@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GlobalAlertRule extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ALERT_RULES |
static String |
SERIALIZED_NAME_BOOLEAN |
static String |
SERIALIZED_NAME_CAUSE |
static String |
SERIALIZED_NAME_DEFAULT_THRESHOLDS |
static String |
SERIALIZED_NAME_DISABLED |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_IMPACT |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OBJECT |
static String |
SERIALIZED_NAME_OPERATOR |
static String |
SERIALIZED_NAME_SOLUTION |
static String |
SERIALIZED_NAME_THRESHOLDS |
static String |
SERIALIZED_NAME_UNIT |
| 构造器和说明 |
|---|
GlobalAlertRule() |
public static final String SERIALIZED_NAME_DEFAULT_THRESHOLDS
public GlobalAlertRule alertRules(List<NestedAlertRule> alertRules)
public GlobalAlertRule addAlertRulesItem(NestedAlertRule alertRulesItem)
@Nullable public List<NestedAlertRule> getAlertRules()
public void setAlertRules(List<NestedAlertRule> alertRules)
public GlobalAlertRule _boolean(Boolean _boolean)
public void setBoolean(Boolean _boolean)
public GlobalAlertRule cause(String cause)
public void setCause(String cause)
public GlobalAlertRule defaultThresholds(List<NestedThresholds> defaultThresholds)
public GlobalAlertRule addDefaultThresholdsItem(NestedThresholds defaultThresholdsItem)
@Nonnull public List<NestedThresholds> getDefaultThresholds()
public void setDefaultThresholds(List<NestedThresholds> defaultThresholds)
public GlobalAlertRule disabled(Boolean disabled)
public void setDisabled(Boolean disabled)
public GlobalAlertRule id(String id)
public void setId(String id)
public GlobalAlertRule impact(String impact)
public void setImpact(String impact)
public GlobalAlertRule message(String message)
public void setMessage(String message)
public GlobalAlertRule name(String name)
public void setName(String name)
public GlobalAlertRule _object(AlertRuleObject _object)
@Nullable public AlertRuleObject getObject()
public void setObject(AlertRuleObject _object)
public GlobalAlertRule operator(String operator)
public void setOperator(String operator)
public GlobalAlertRule solution(String solution)
public void setSolution(String solution)
public GlobalAlertRule thresholds(List<NestedThresholds> thresholds)
public GlobalAlertRule addThresholdsItem(NestedThresholds thresholdsItem)
@Nonnull public List<NestedThresholds> getThresholds()
public void setThresholds(List<NestedThresholds> thresholds)
public GlobalAlertRule unit(AlertRuleUnit unit)
@Nonnull public AlertRuleUnit getUnit()
public void setUnit(AlertRuleUnit unit)
Copyright © 2025. All rights reserved.