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