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