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