public class CatalogImage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogImage.Builder
Class to build instances of
CatalogImage. |
| Constructor and Description |
|---|
CatalogImage(String name,
String url,
String caption,
String photoStudioOrderId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCaption()
Getter for Caption.
|
String |
getName()
Getter for Name.
|
String |
getPhotoStudioOrderId()
Getter for PhotoStudioOrderId.
|
String |
getUrl()
Getter for Url.
|
int |
hashCode() |
CatalogImage.Builder |
toBuilder()
Builds a new
CatalogImage.Builder object. |
String |
toString()
Converts this CatalogImage into string format.
|
public String getName()
public String getUrl()
public String getCaption()
public String getPhotoStudioOrderId()
public String toString()
public CatalogImage.Builder toBuilder()
CatalogImage.Builder object.
Creates the instance with the state of the current model.CatalogImage.Builder objectCopyright © 2022. All rights reserved.