public class BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder
Class to build instances of
BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse. |
| Constructor and Description |
|---|
BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse(String locationId,
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 |
getLocationId()
Getter for LocationId.
|
int |
hashCode() |
BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder |
toBuilder()
|
String |
toString()
Converts this BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse into string format.
|
public BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse(String locationId, CustomAttribute customAttribute, List<Error> errors)
locationId - String value for locationId.customAttribute - CustomAttribute value for customAttribute.errors - List of Error value for errors.public String getLocationId()
public CustomAttribute getCustomAttribute()
public List<Error> getErrors()
public String toString()
public BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder toBuilder()
BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder object.
Creates the instance with the state of the current model.BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse.Builder objectCopyright © 2024. All rights reserved.