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