final class BspCompileResult extends Serializable
Compile Response
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BspCompileResult
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- BspCompileResult → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- BspCompileResult → AnyRef → Any
- val originId: Option[String]
- val statusCode: Int
-
def
toString(): String
- Definition Classes
- BspCompileResult → AnyRef → Any
- def withOriginId(originId: String): BspCompileResult
- def withOriginId(originId: Option[String]): BspCompileResult
- def withStatusCode(statusCode: Int): BspCompileResult