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