public class AutoScaleSettings extends Object
| Constructor and Description |
|---|
AutoScaleSettings() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Period |
evaluationInterval()
Get the evaluationInterval value.
|
String |
formula()
Get the formula value.
|
AutoScaleSettings |
withEvaluationInterval(org.joda.time.Period evaluationInterval)
Set the evaluationInterval value.
|
AutoScaleSettings |
withFormula(String formula)
Set the formula value.
|
public String formula()
public AutoScaleSettings withFormula(String formula)
formula - the formula value to setpublic org.joda.time.Period evaluationInterval()
public AutoScaleSettings withEvaluationInterval(org.joda.time.Period evaluationInterval)
evaluationInterval - the evaluationInterval value to setCopyright © 2019. All rights reserved.