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