@Generated(value="org.jsonschema2pojo") public class Image extends ImageParent
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFullImage() |
String |
getObjectType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFullImage(String fullImage) |
void |
setObjectType(String objectType) |
String |
toString() |
Image |
withAdditionalProperty(String name,
Object value) |
Image |
withFullImage(String fullImage) |
Image |
withObjectType(String objectType) |
getDuration, getHeight, getUrl, getWidth, setDuration, setHeight, setUrl, setWidth, withDuration, withHeight, withUrl, withWidth
@BeanProperty(value="objectType") public String getObjectType()
@BeanProperty(value="objectType") public void setObjectType(String objectType)
objectType
- The objectType@BeanProperty(value="fullImage") public String getFullImage()
@BeanProperty(value="fullImage") public void setFullImage(String fullImage)
fullImage
- The fullImagepublic String toString()
toString
in class ImageParent
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class ImageParent
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class ImageParent
public Image withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class ImageParent
public int hashCode()
hashCode
in class ImageParent
public boolean equals(Object other)
equals
in class ImageParent
Copyright © 2018 The Apache Software Foundation. All rights reserved.