public class AutoScaleRunError extends Object
Constructor and Description |
---|
AutoScaleRunError() |
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code value.
|
List<AutoScaleRunError> |
details()
Get the details value.
|
String |
message()
Get the message value.
|
AutoScaleRunError |
withCode(String code)
Set the code value.
|
AutoScaleRunError |
withDetails(List<AutoScaleRunError> details)
Set the details value.
|
AutoScaleRunError |
withMessage(String message)
Set the message 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<AutoScaleRunError> details()
public AutoScaleRunError withDetails(List<AutoScaleRunError> details)
details
- the details value to setCopyright © 2019. All rights reserved.