@Value.Immutable
@Gson.TypeAdapters
public abstract class ImageInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ImageInfo.ImageStyle |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MEDIUM_STYLE |
static java.lang.String |
SMALL_STYLE |
Constructor and Description |
---|
ImageInfo() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getHeight() |
abstract java.lang.String |
getStyle() |
abstract java.lang.String |
getUrl() |
abstract int |
getWidth() |
public static final java.lang.String MEDIUM_STYLE
public static final java.lang.String SMALL_STYLE