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