Uses of Class
dev.vality.damsel.payout_processing.EventPayload._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of EventPayload._Fields in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing with type parameters of type EventPayload._Fields Modifier and Type Field Description static Map<EventPayload._Fields,org.apache.thrift.meta_data.FieldMetaData>EventPayload. metaDataMapMethods in dev.vality.damsel.payout_processing that return EventPayload._Fields Modifier and Type Method Description protected EventPayload._FieldsEventPayload. enumForId(short id)EventPayload._FieldsEventPayload. fieldForId(int fieldId)static EventPayload._FieldsEventPayload._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static EventPayload._FieldsEventPayload._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static EventPayload._FieldsEventPayload._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.EventPayload._Fields[]EventPayload. getFields()static EventPayload._FieldsEventPayload._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static EventPayload._Fields[]EventPayload._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 EventPayload._Fields Modifier and Type Method Description Map<EventPayload._Fields,org.apache.thrift.meta_data.FieldMetaData>EventPayload. getFieldMetaData()Methods in dev.vality.damsel.payout_processing with parameters of type EventPayload._Fields Modifier and Type Method Description protected voidEventPayload. checkType(EventPayload._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldEventPayload. getFieldDesc(EventPayload._Fields setField)Constructors in dev.vality.damsel.payout_processing with parameters of type EventPayload._Fields Constructor Description EventPayload(EventPayload._Fields setField, Object value)