public class RetrieveCustomerCustomAttributeResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveCustomerCustomAttributeResponse.Builder
Class to build instances of
RetrieveCustomerCustomAttributeResponse. |
| Constructor and Description |
|---|
RetrieveCustomerCustomAttributeResponse(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() |
RetrieveCustomerCustomAttributeResponse.Builder |
toBuilder()
Builds a new
RetrieveCustomerCustomAttributeResponse.Builder object. |
String |
toString()
Converts this RetrieveCustomerCustomAttributeResponse into string format.
|
public RetrieveCustomerCustomAttributeResponse(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 RetrieveCustomerCustomAttributeResponse.Builder toBuilder()
RetrieveCustomerCustomAttributeResponse.Builder object.
Creates the instance with the state of the current model.RetrieveCustomerCustomAttributeResponse.Builder objectCopyright © 2022. All rights reserved.