Class OneOfType.Value
java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.OneOfType.Value
- Enclosing class:
OneOfType
Represents a single OneOf value. Each object contains an
EnumerationType.Value
specifying which field is set along with the value of that field.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Value
-
-
Method Details
-
getCaseType
Returns the enumeration that specified which OneOf field is set. -
getValue
Returns the current value of the OneOf as the destination type. -
getValue
Returns the current value of the OneOf. -
toString
-
equals
-
hashCode
public int hashCode()
-