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