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