public class AutoScaleRun extends Object
Constructor and Description |
---|
AutoScaleRun() |
Modifier and Type | Method and Description |
---|---|
AutoScaleRunError |
error()
Get the error value.
|
String |
results()
Get the results value.
|
org.joda.time.DateTime |
timestamp()
Get the timestamp value.
|
AutoScaleRun |
withError(AutoScaleRunError error)
Set the error value.
|
AutoScaleRun |
withResults(String results)
Set the results value.
|
AutoScaleRun |
withTimestamp(org.joda.time.DateTime timestamp)
Set the timestamp value.
|
public org.joda.time.DateTime timestamp()
public AutoScaleRun withTimestamp(org.joda.time.DateTime timestamp)
timestamp
- the timestamp 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.