public class ConditionForUpdateRuleInput extends Object
| Constructor and Description |
|---|
ConditionForUpdateRuleInput() |
| Modifier and Type | Method and Description |
|---|---|
ConditionForUpdateRuleInput |
comparisonOperator(String comparisonOperator) |
boolean |
equals(Object o) |
String |
getComparisonOperator()
Get comparisonOperator
|
String |
getMetricName()
Get metricName
|
String |
getMetricUnit()
Get metricUnit
|
String |
getPeriod()
Get period
|
String |
getStatistics()
Get statistics
|
String |
getThreshold()
Get threshold
|
int |
hashCode() |
ConditionForUpdateRuleInput |
metricName(String metricName) |
ConditionForUpdateRuleInput |
metricUnit(String metricUnit) |
ConditionForUpdateRuleInput |
period(String period) |
void |
setComparisonOperator(String comparisonOperator) |
void |
setMetricName(String metricName) |
void |
setMetricUnit(String metricUnit) |
void |
setPeriod(String period) |
void |
setStatistics(String statistics) |
void |
setThreshold(String threshold) |
ConditionForUpdateRuleInput |
statistics(String statistics) |
ConditionForUpdateRuleInput |
threshold(String threshold) |
String |
toString() |
public ConditionForUpdateRuleInput comparisonOperator(String comparisonOperator)
public String getComparisonOperator()
public void setComparisonOperator(String comparisonOperator)
public ConditionForUpdateRuleInput metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public ConditionForUpdateRuleInput metricUnit(String metricUnit)
public String getMetricUnit()
public void setMetricUnit(String metricUnit)
public ConditionForUpdateRuleInput period(String period)
public String getPeriod()
public void setPeriod(String period)
public ConditionForUpdateRuleInput statistics(String statistics)
public String getStatistics()
public void setStatistics(String statistics)
public ConditionForUpdateRuleInput threshold(String threshold)
public String getThreshold()
public void setThreshold(String threshold)
Copyright © 2026. All rights reserved.