public class BatchUpsertCatalogObjectsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchUpsertCatalogObjectsResponse.Builder
Class to build instances of
BatchUpsertCatalogObjectsResponse. |
| Constructor and Description |
|---|
BatchUpsertCatalogObjectsResponse(List<Error> errors,
List<CatalogObject> objects,
String updatedAt,
List<CatalogIdMapping> idMappings)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
List<CatalogIdMapping> |
getIdMappings()
Getter for IdMappings.
|
List<CatalogObject> |
getObjects()
Getter for Objects.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
BatchUpsertCatalogObjectsResponse.Builder |
toBuilder()
Builds a new
BatchUpsertCatalogObjectsResponse.Builder object. |
String |
toString()
Converts this BatchUpsertCatalogObjectsResponse into string format.
|
public BatchUpsertCatalogObjectsResponse(List<Error> errors, List<CatalogObject> objects, String updatedAt, List<CatalogIdMapping> idMappings)
errors - List of Error value for errors.objects - List of CatalogObject value for objects.updatedAt - String value for updatedAt.idMappings - List of CatalogIdMapping value for idMappings.public HttpContext getContext()
public List<Error> getErrors()
public List<CatalogObject> getObjects()
public String getUpdatedAt()
public List<CatalogIdMapping> getIdMappings()
public String toString()
public BatchUpsertCatalogObjectsResponse.Builder toBuilder()
BatchUpsertCatalogObjectsResponse.Builder object.
Creates the instance with the state of the current model.BatchUpsertCatalogObjectsResponse.Builder objectCopyright © 2022. All rights reserved.