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