public class RangeThreshold extends Threshold
Modifier and Type | Class and Description |
---|---|
static class |
RangeThreshold.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MAX |
static String |
SERIALIZED_NAME_MIN |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WITHIN |
SERIALIZED_NAME_ALL_VALUES, SERIALIZED_NAME_LEVEL
Constructor and Description |
---|
RangeThreshold() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Float |
getMax()
Get max
|
Float |
getMin()
Get min
|
RangeThreshold.TypeEnum |
getType()
Get type
|
Boolean |
getWithin()
Get within
|
int |
hashCode() |
RangeThreshold |
max(Float max) |
RangeThreshold |
min(Float min) |
void |
setMax(Float max) |
void |
setMin(Float min) |
void |
setWithin(Boolean within) |
String |
toString() |
RangeThreshold |
within(Boolean within) |
allValues, getAllValues, getLevel, level, setAllValues, setLevel
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_MIN
public static final String SERIALIZED_NAME_MAX
public static final String SERIALIZED_NAME_WITHIN
public RangeThreshold.TypeEnum getType()
public RangeThreshold min(Float min)
public Float getMin()
public void setMin(Float min)
public RangeThreshold max(Float max)
public Float getMax()
public void setMax(Float max)
public RangeThreshold within(Boolean within)
public Boolean getWithin()
public void setWithin(Boolean within)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.