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