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