public class ResizeError extends Object
| Constructor and Description |
|---|
ResizeError() |
| 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.
|
ResizeError |
withCode(String code)
Set the code value.
|
ResizeError |
withMessage(String message)
Set the message value.
|
ResizeError |
withValues(List<NameValuePair> values)
Set the values value.
|
public String code()
public ResizeError withCode(String code)
code - the code value to setpublic String message()
public ResizeError withMessage(String message)
message - the message value to setpublic List<NameValuePair> values()
public ResizeError withValues(List<NameValuePair> values)
values - the values value to setCopyright © 2019. All rights reserved.