public class LiveStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
endDate
Content type name.
|
java.lang.String |
thankYouImageUrl
URL pointing to media asset.
|
Constructor and Description |
---|
LiveStream() |
LiveStream(java.lang.String endDate,
java.lang.String thankYouImageUrl) |
Modifier and Type | Method and Description |
---|---|
static LiveStream |
parseWithJSONObject(JSONObject reader)
Parse object from JSON readed by JSONObject reader.
|
void |
writeJson(JsonWriter writer)
Writes object as JSON with provided JsonWriter.
|
public java.lang.String endDate
public java.lang.String thankYouImageUrl
public LiveStream()
public LiveStream(java.lang.String endDate, java.lang.String thankYouImageUrl)
public void writeJson(JsonWriter writer) throws java.io.IOException
writer
- java.io.IOException
public static LiveStream parseWithJSONObject(JSONObject reader) throws JSONException
reader
- JSONException