Package com.influxdb.client.domain
Class RangeThreshold
java.lang.Object
com.influxdb.client.domain.ThresholdBase
com.influxdb.client.domain.Threshold
com.influxdb.client.domain.RangeThreshold
RangeThreshold
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class com.influxdb.client.domain.ThresholdBase
SERIALIZED_NAME_ALL_VALUES, SERIALIZED_NAME_LEVEL
-
Constructor Summary
-
Method Summary
Methods inherited from class com.influxdb.client.domain.ThresholdBase
allValues, getAllValues, getLevel, level, setAllValues, setLevel
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_MIN
- See Also:
-
SERIALIZED_NAME_MAX
- See Also:
-
SERIALIZED_NAME_WITHIN
- See Also:
-
-
Constructor Details
-
RangeThreshold
public RangeThreshold()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
min
-
getMin
Get min- Returns:
- min
-
setMin
-
max
-
getMax
Get max- Returns:
- max
-
setMax
-
within
-
getWithin
Get within- Returns:
- within
-
setWithin
-
equals
-
hashCode
public int hashCode() -
toString
-