@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class CustomizeAlertRuleUpdationParamsData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_DISABLED |
static String |
SERIALIZED_NAME_THRESHOLDS |
| 构造器和说明 |
|---|
CustomizeAlertRuleUpdationParamsData() |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomizeAlertRuleUpdationParamsData |
addThresholdsItem(AlertRuleThresholds thresholdsItem) |
CustomizeAlertRuleUpdationParamsData |
clusters(ClusterWhereInput clusters) |
CustomizeAlertRuleUpdationParamsData |
disabled(Boolean disabled) |
boolean |
equals(Object o) |
ClusterWhereInput |
getClusters()
Get clusters
|
Boolean |
getDisabled()
Get disabled
|
List<AlertRuleThresholds> |
getThresholds()
Get thresholds
|
int |
hashCode() |
void |
setClusters(ClusterWhereInput clusters) |
void |
setDisabled(Boolean disabled) |
void |
setThresholds(List<AlertRuleThresholds> thresholds) |
CustomizeAlertRuleUpdationParamsData |
thresholds(List<AlertRuleThresholds> thresholds) |
String |
toString() |
public CustomizeAlertRuleUpdationParamsData thresholds(List<AlertRuleThresholds> thresholds)
public CustomizeAlertRuleUpdationParamsData addThresholdsItem(AlertRuleThresholds thresholdsItem)
@Nullable public List<AlertRuleThresholds> getThresholds()
public void setThresholds(List<AlertRuleThresholds> thresholds)
public CustomizeAlertRuleUpdationParamsData disabled(Boolean disabled)
public void setDisabled(Boolean disabled)
public CustomizeAlertRuleUpdationParamsData clusters(ClusterWhereInput clusters)
@Nonnull public ClusterWhereInput getClusters()
public void setClusters(ClusterWhereInput clusters)
Copyright © 2025. All rights reserved.