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