public class RetrieveOrderCustomAttributeResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveOrderCustomAttributeResponse.Builder
Class to build instances of
RetrieveOrderCustomAttributeResponse. |
| Constructor and Description |
|---|
RetrieveOrderCustomAttributeResponse(CustomAttribute customAttribute,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
CustomAttribute |
getCustomAttribute()
Getter for CustomAttribute.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
RetrieveOrderCustomAttributeResponse.Builder |
toBuilder()
Builds a new
RetrieveOrderCustomAttributeResponse.Builder object. |
String |
toString()
Converts this RetrieveOrderCustomAttributeResponse into string format.
|
public RetrieveOrderCustomAttributeResponse(CustomAttribute customAttribute, List<Error> errors)
customAttribute - CustomAttribute value for customAttribute.errors - List of Error value for errors.public HttpContext getContext()
public CustomAttribute getCustomAttribute()
public List<Error> getErrors()
public String toString()
public RetrieveOrderCustomAttributeResponse.Builder toBuilder()
RetrieveOrderCustomAttributeResponse.Builder object.
Creates the instance with the state of the current model.RetrieveOrderCustomAttributeResponse.Builder objectCopyright © 2024. All rights reserved.