public class ThresholdCheck extends Check
Modifier and Type | Class and Description |
---|---|
class |
ThresholdCheck.ThresholdCheckThresholdsAdapter |
static class |
ThresholdCheck.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_THRESHOLDS |
static String |
SERIALIZED_NAME_TYPE |
SERIALIZED_NAME_CREATED_AT, SERIALIZED_NAME_DESCRIPTION, SERIALIZED_NAME_EVERY, SERIALIZED_NAME_ID, SERIALIZED_NAME_LABELS, SERIALIZED_NAME_LINKS, SERIALIZED_NAME_NAME, SERIALIZED_NAME_OFFSET, SERIALIZED_NAME_ORG_I_D, SERIALIZED_NAME_OWNER_I_D, SERIALIZED_NAME_QUERY, SERIALIZED_NAME_STATUS, SERIALIZED_NAME_STATUS_MESSAGE_TEMPLATE, SERIALIZED_NAME_TAGS, SERIALIZED_NAME_UPDATED_AT
Constructor and Description |
---|
ThresholdCheck() |
Modifier and Type | Method and Description |
---|---|
ThresholdCheck |
addThresholdsItem(Threshold thresholdsItem) |
boolean |
equals(Object o) |
List<Threshold> |
getThresholds()
Get thresholds
|
ThresholdCheck.TypeEnum |
getType()
Get type
|
int |
hashCode() |
void |
setThresholds(List<Threshold> thresholds) |
ThresholdCheck |
thresholds(List<Threshold> thresholds) |
String |
toString() |
addLabelsItem, addTagsItem, description, every, getCreatedAt, getDescription, getEvery, getId, getLabels, getLinks, getName, getOffset, getOrgID, getOwnerID, getQuery, getStatus, getStatusMessageTemplate, getTags, getUpdatedAt, labels, links, name, offset, orgID, query, setDescription, setEvery, setLabels, setLinks, setName, setOffset, setOrgID, setQuery, setStatus, setStatusMessageTemplate, setTags, status, statusMessageTemplate, tags
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_THRESHOLDS
public ThresholdCheck.TypeEnum getType()
public ThresholdCheck thresholds(List<Threshold> thresholds)
public ThresholdCheck addThresholdsItem(Threshold thresholdsItem)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.