public class SplashImage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
height
Height of image asset in pixels.
|
java.lang.String |
url
URL pointing to image asset.
|
java.lang.Integer |
width
Width of image asset in pixels.
|
Constructor and Description |
---|
SplashImage() |
Modifier and Type | Method and Description |
---|---|
static SplashImage |
parseWithJSONObject(JSONObject reader) |
void |
writeJson(JsonWriter writer) |
public java.lang.String url
public java.lang.Integer width
public java.lang.Integer height
public void writeJson(JsonWriter writer) throws java.io.IOException
java.io.IOException
public static SplashImage parseWithJSONObject(JSONObject reader) throws JSONException
JSONException