Uses of Class
dev.vality.fistful.p2p_session.Callback._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of Callback._Fields in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session with type parameters of type Callback._Fields Modifier and Type Field Description static Map<Callback._Fields,org.apache.thrift.meta_data.FieldMetaData>Callback. metaDataMapMethods in dev.vality.fistful.p2p_session that return Callback._Fields Modifier and Type Method Description Callback._FieldsCallback. fieldForId(int fieldId)static Callback._FieldsCallback._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Callback._FieldsCallback._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Callback._FieldsCallback._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Callback._Fields[]Callback. getFields()static Callback._FieldsCallback._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Callback._Fields[]Callback._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.p2p_session that return types with arguments of type Callback._Fields Modifier and Type Method Description Map<Callback._Fields,org.apache.thrift.meta_data.FieldMetaData>Callback. getFieldMetaData()Methods in dev.vality.fistful.p2p_session with parameters of type Callback._Fields Modifier and Type Method Description ObjectCallback. getFieldValue(Callback._Fields field)booleanCallback. isSet(Callback._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidCallback. setFieldValue(Callback._Fields field, Object value)