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