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