public class UpdateCatalogImageResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCatalogImageResponse.Builder
Class to build instances of
UpdateCatalogImageResponse. |
| Constructor and Description |
|---|
UpdateCatalogImageResponse(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() |
UpdateCatalogImageResponse.Builder |
toBuilder()
Builds a new
UpdateCatalogImageResponse.Builder object. |
String |
toString()
Converts this UpdateCatalogImageResponse into string format.
|
public UpdateCatalogImageResponse(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 UpdateCatalogImageResponse.Builder toBuilder()
UpdateCatalogImageResponse.Builder object.
Creates the instance with the state of the current model.UpdateCatalogImageResponse.Builder objectCopyright © 2022. All rights reserved.