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