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