final case class LocalVerdict(someLocalVerdict: SomeLocalVerdict) extends GeneratedMessage with Updatable[LocalVerdict] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalVerdict
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LocalVerdict(someLocalVerdict: SomeLocalVerdict)
Value Members
- def clearSomeLocalVerdict: LocalVerdict
- def companion: LocalVerdict.type
- Definition Classes
- LocalVerdict → GeneratedMessage
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- LocalVerdict → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- LocalVerdict → GeneratedMessage
- def getLocalApprove: Empty
- def getLocalReject: LocalReject
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- LocalVerdict → GeneratedMessage
- val someLocalVerdict: SomeLocalVerdict
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- LocalVerdict → GeneratedMessage
- def update(ms: (Lens[LocalVerdict, LocalVerdict]) => Mutation[LocalVerdict]*): LocalVerdict
- Definition Classes
- Updatable
- def withLocalApprove(__v: Empty): LocalVerdict
- def withLocalReject(__v: LocalReject): LocalVerdict
- def withSomeLocalVerdict(__v: SomeLocalVerdict): LocalVerdict
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- LocalVerdict → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage