@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class Alert extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ALERT_RULE |
static String |
SERIALIZED_NAME_CAUSE |
static String |
SERIALIZED_NAME_CLUSTER |
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_DISK |
static String |
SERIALIZED_NAME_ENDED |
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_IMPACT |
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LOCAL_CREATE_TIME |
static String |
SERIALIZED_NAME_LOCAL_END_TIME |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_LOCAL_START_TIME |
static String |
SERIALIZED_NAME_LOCAL_UPDATE_TIME |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_SEVERITY |
static String |
SERIALIZED_NAME_SOLUTION |
static String |
SERIALIZED_NAME_THRESHOLD |
static String |
SERIALIZED_NAME_VALUE |
static String |
SERIALIZED_NAME_VMS |
| 构造器和说明 |
|---|
Alert() |
public static final String SERIALIZED_NAME_LOCAL_CREATE_TIME
public static final String SERIALIZED_NAME_LOCAL_END_TIME
public static final String SERIALIZED_NAME_LOCAL_START_TIME
public static final String SERIALIZED_NAME_LOCAL_UPDATE_TIME
public Alert alertRule(NestedAlertRule alertRule)
@Nullable public NestedAlertRule getAlertRule()
public void setAlertRule(NestedAlertRule alertRule)
public void setCause(String cause)
public Alert cluster(NestedCluster cluster)
@Nullable public NestedCluster getCluster()
public void setCluster(NestedCluster cluster)
public void setCreateTime(String createTime)
public Alert disk(NestedDisk disk)
@Nullable public NestedDisk getDisk()
public void setDisk(NestedDisk disk)
public void setEnded(Boolean ended)
public Alert host(NestedHost host)
@Nullable public NestedHost getHost()
public void setHost(NestedHost host)
public void setId(String id)
public void setImpact(String impact)
public void setLabels(Object labels)
@Nonnull public String getLocalCreateTime()
public void setLocalCreateTime(String localCreateTime)
public void setLocalEndTime(String localEndTime)
public void setLocalId(String localId)
public void setLocalStartTime(String localStartTime)
@Nonnull public String getLocalUpdateTime()
public void setLocalUpdateTime(String localUpdateTime)
public void setMessage(String message)
public void setSeverity(String severity)
public void setSolution(String solution)
public void setThreshold(Double threshold)
public void setValue(Double value)
Copyright © 2025. All rights reserved.