public final class ImageInstance extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImageInstance.Builder |
Modifier and Type | Method and Description |
---|---|
static ImageInstance.Builder |
builder() |
boolean |
equals(Object o) |
Integer |
getHeightPixels()
Get heightPixels
|
ImageSize |
getSize()
Get size
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getSizeAsString()
Get the underlying String value for size.
|
String |
getUrl()
Get url
|
Integer |
getWidthPixels()
Get widthPixels
|
int |
hashCode() |
String |
toString() |
public static ImageInstance.Builder builder()
public String getUrl()
public ImageSize getSize()
public String getSizeAsString()
public Integer getWidthPixels()
public Integer getHeightPixels()
Copyright © 2023. All rights reserved.