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