public class Broadcast
extends java.lang.Object
Constructor and Description |
---|
Broadcast(org.json.JSONObject object) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
Returns the account ID for the broadcast.
|
java.lang.String |
getChannelId()
Returns the channel ID for the broadcast.
|
java.lang.String |
getDescription()
Returns the description for a broadcast.
|
java.lang.String |
getId()
Returns the ID for the broadcast.
|
java.lang.String |
getName()
Returns the name for a broadcast.
|
android.net.Uri |
getThumbnailUri()
Returns the thumbnail URI for the broadcast.
|
public Broadcast(org.json.JSONObject object) throws org.json.JSONException
org.json.JSONException
@NonNull public java.lang.String getName()
@NonNull public java.lang.String getDescription()
@NonNull public java.lang.String getId()
@NonNull public android.net.Uri getThumbnailUri()
@NonNull public java.lang.String getChannelId()
@Nullable public java.lang.String getAccountId()