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