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