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