Package org.apache.thrift
Class TFieldRequirementType
- java.lang.Object
-
- org.apache.thrift.TFieldRequirementType
-
public final class TFieldRequirementType extends java.lang.Object
Requirement type constants.
-
-
Constructor Summary
Constructors Constructor Description TFieldRequirementType()
-
-
-
Field Detail
-
REQUIRED
public static final byte REQUIRED
- See Also:
- Constant Field Values
-
OPTIONAL
public static final byte OPTIONAL
- See Also:
- Constant Field Values
-
DEFAULT
public static final byte DEFAULT
- See Also:
- Constant Field Values
-
-