public class BulkUpsertLocationCustomAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertLocationCustomAttributesResponse.Builder
Class to build instances of
BulkUpsertLocationCustomAttributesResponse. |
| Constructor and Description |
|---|
BulkUpsertLocationCustomAttributesResponse(Map<String,BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse> 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,BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse> |
getValues()
Getter for Values.
|
int |
hashCode() |
BulkUpsertLocationCustomAttributesResponse.Builder |
toBuilder()
Builds a new
BulkUpsertLocationCustomAttributesResponse.Builder object. |
String |
toString()
Converts this BulkUpsertLocationCustomAttributesResponse into string format.
|
public BulkUpsertLocationCustomAttributesResponse(Map<String,BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse> values, List<Error> errors)
values - Map of String, value for values.errors - List of Error value for errors.public HttpContext getContext()
public Map<String,BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse> getValues()
public List<Error> getErrors()
public String toString()
public BulkUpsertLocationCustomAttributesResponse.Builder toBuilder()
BulkUpsertLocationCustomAttributesResponse.Builder object.
Creates the instance with the state of the current model.BulkUpsertLocationCustomAttributesResponse.Builder objectCopyright © 2024. All rights reserved.