public class AutoScaleRun extends Object
Constructor and Description |
---|
AutoScaleRun() |
Modifier and Type | Method and Description |
---|---|
AutoScaleRunError |
error()
Get the error value.
|
org.joda.time.DateTime |
evaluationTime()
Get the evaluationTime value.
|
String |
results()
Get the results value.
|
AutoScaleRun |
withError(AutoScaleRunError error)
Set the error value.
|
AutoScaleRun |
withEvaluationTime(org.joda.time.DateTime evaluationTime)
Set the evaluationTime value.
|
AutoScaleRun |
withResults(String results)
Set the results value.
|
public org.joda.time.DateTime evaluationTime()
public AutoScaleRun withEvaluationTime(org.joda.time.DateTime evaluationTime)
evaluationTime
- the evaluationTime value to setpublic String results()
public AutoScaleRun withResults(String results)
results
- the results value to setpublic AutoScaleRunError error()
public AutoScaleRun withError(AutoScaleRunError error)
error
- the error value to setCopyright © 2019. All rights reserved.