public class ConditionForCreateRuleInput extends Object
| Constructor and Description |
|---|
ConditionForCreateRuleInput() |
| Modifier and Type | Method and Description |
|---|---|
ConditionForCreateRuleInput |
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() |
ConditionForCreateRuleInput |
metricName(String metricName) |
ConditionForCreateRuleInput |
metricUnit(String metricUnit) |
ConditionForCreateRuleInput |
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) |
ConditionForCreateRuleInput |
statistics(String statistics) |
ConditionForCreateRuleInput |
threshold(String threshold) |
String |
toString() |
public ConditionForCreateRuleInput comparisonOperator(String comparisonOperator)
public String getComparisonOperator()
public void setComparisonOperator(String comparisonOperator)
public ConditionForCreateRuleInput metricName(String metricName)
public String getMetricName()
public void setMetricName(String metricName)
public ConditionForCreateRuleInput metricUnit(String metricUnit)
public String getMetricUnit()
public void setMetricUnit(String metricUnit)
public ConditionForCreateRuleInput period(String period)
public String getPeriod()
public void setPeriod(String period)
public ConditionForCreateRuleInput statistics(String statistics)
public String getStatistics()
public void setStatistics(String statistics)
public ConditionForCreateRuleInput threshold(String threshold)
public String getThreshold()
public void setThreshold(String threshold)
Copyright © 2026. All rights reserved.