Uses of Class
dev.vality.damsel.domain_config.OperationError._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of OperationError._Fields in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config with type parameters of type OperationError._Fields Modifier and Type Field Description static Map<OperationError._Fields,org.apache.thrift.meta_data.FieldMetaData>OperationError. metaDataMapMethods in dev.vality.damsel.domain_config that return OperationError._Fields Modifier and Type Method Description protected OperationError._FieldsOperationError. enumForId(short id)OperationError._FieldsOperationError. fieldForId(int fieldId)static OperationError._FieldsOperationError._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static OperationError._FieldsOperationError._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static OperationError._FieldsOperationError._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.OperationError._Fields[]OperationError. getFields()static OperationError._FieldsOperationError._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationError._Fields[]OperationError._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain_config that return types with arguments of type OperationError._Fields Modifier and Type Method Description Map<OperationError._Fields,org.apache.thrift.meta_data.FieldMetaData>OperationError. getFieldMetaData()Methods in dev.vality.damsel.domain_config with parameters of type OperationError._Fields Modifier and Type Method Description protected voidOperationError. checkType(OperationError._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldOperationError. getFieldDesc(OperationError._Fields setField)Constructors in dev.vality.damsel.domain_config with parameters of type OperationError._Fields Constructor Description OperationError(OperationError._Fields setField, Object value)