IModelObjectpublic class Image extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Image.Builder |
Builder class for building
Image instances. |
static class |
Image.JsonUtil |
JsonUtil class for building
Image instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Image.Builder |
builder() |
Create a builder for building an instance of a model object.
|
Integer |
getHeight() |
Get the height of the image in pixels.
|
String |
getUrl() |
Get the source URL of the image.
|
Integer |
getWidth() |
Get the width of the image in pixels.
|
public Integer getHeight()
null.public String getUrl()
public Integer getWidth()
null.public Image.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.