Uses of Class
dev.vality.fistful.p2p.template.P2PTemplateParams._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of P2PTemplateParams._Fields in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template with type parameters of type P2PTemplateParams._Fields Modifier and Type Field Description static Map<P2PTemplateParams._Fields,org.apache.thrift.meta_data.FieldMetaData>P2PTemplateParams. metaDataMapMethods in dev.vality.fistful.p2p.template that return P2PTemplateParams._Fields Modifier and Type Method Description P2PTemplateParams._FieldsP2PTemplateParams. fieldForId(int fieldId)static P2PTemplateParams._FieldsP2PTemplateParams._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static P2PTemplateParams._FieldsP2PTemplateParams._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static P2PTemplateParams._FieldsP2PTemplateParams._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.P2PTemplateParams._Fields[]P2PTemplateParams. getFields()static P2PTemplateParams._FieldsP2PTemplateParams._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static P2PTemplateParams._Fields[]P2PTemplateParams._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 P2PTemplateParams._Fields Modifier and Type Method Description Map<P2PTemplateParams._Fields,org.apache.thrift.meta_data.FieldMetaData>P2PTemplateParams. getFieldMetaData()Methods in dev.vality.fistful.p2p.template with parameters of type P2PTemplateParams._Fields Modifier and Type Method Description ObjectP2PTemplateParams. getFieldValue(P2PTemplateParams._Fields field)booleanP2PTemplateParams. isSet(P2PTemplateParams._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidP2PTemplateParams. setFieldValue(P2PTemplateParams._Fields field, Object value)