public class AutoScaleRunError extends Object
Constructor and Description |
---|
AutoScaleRunError() |
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code value.
|
String |
message()
Get the message value.
|
List<NameValuePair> |
values()
Get the values value.
|
AutoScaleRunError |
withCode(String code)
Set the code value.
|
AutoScaleRunError |
withMessage(String message)
Set the message value.
|
AutoScaleRunError |
withValues(List<NameValuePair> values)
Set the values value.
|
public String code()
public AutoScaleRunError withCode(String code)
code
- the code value to setpublic String message()
public AutoScaleRunError withMessage(String message)
message
- the message value to setpublic List<NameValuePair> values()
public AutoScaleRunError withValues(List<NameValuePair> values)
values
- the values value to setCopyright © 2019. All rights reserved.