public class V1ItemImage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
V1ItemImage.Builder
Class to build instances of
V1ItemImage |
Constructor and Description |
---|
V1ItemImage(String id,
String url)
Initialization constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Getter for Id.
|
String |
getUrl()
Getter for Url.
|
int |
hashCode() |
V1ItemImage.Builder |
toBuilder()
Builds a new
V1ItemImage.Builder object. |
public String getId()
public String getUrl()
public V1ItemImage.Builder toBuilder()
V1ItemImage.Builder
object.
Creates the instance with the state of the current model.V1ItemImage.Builder
objectCopyright © 2020. All rights reserved.