Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Package Functions
org.xbmc.android.jsonrpc.api.model.PlayerModel.Subtitle Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.PlayerModel.Subtitle:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
 Subtitle (Integer index, String language, String name)
 Subtitle (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer index
final String language
final String name

Static Public Attributes

static final String API_TYPE = "Player.Subtitle"
static final
Parcelable.Creator< Subtitle
CREATOR
static final String INDEX = "index"
static final String LANGUAGE = "language"
static final String NAME = "name"

Protected Member Functions

 Subtitle (Parcel parcel)

Static Package Functions

static List< SubtitlegetPlayerModelSubtitleList (JsonNode node, String key)

Detailed Description

API Name: Player.Subtitle

Note: This class is used as result only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 895 of file PlayerModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.PlayerModel.Subtitle.Subtitle ( Integer  index,
String  language,
String  name 
) [inline]
Parameters:
index
language
name

Definition at line 913 of file PlayerModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Subtitle object

Definition at line 923 of file PlayerModel.java.

Construct via parcel.

Definition at line 970 of file PlayerModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 991 of file PlayerModel.java.

static List<Subtitle> org.xbmc.android.jsonrpc.api.model.PlayerModel.Subtitle.getPlayerModelSubtitleList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of Subtitle objects from a JSON array.

Parameters:
nodeObjectNode containing the list of objects.
keyKey pointing to the node where the list is stored.

Definition at line 943 of file PlayerModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 930 of file PlayerModel.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 961 of file PlayerModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.PlayerModel.Subtitle.API_TYPE = "Player.Subtitle" [static]

Definition at line 896 of file PlayerModel.java.

Initial value:
 new Parcelable.Creator<Subtitle>() {
                        @Override
                        public Subtitle createFromParcel(Parcel parcel) {
                                return new Subtitle(parcel);
                        }
                        @Override
                        public Subtitle[] newArray(int n) {
                                return new Subtitle[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 979 of file PlayerModel.java.

Definition at line 899 of file PlayerModel.java.

Definition at line 904 of file PlayerModel.java.

Definition at line 900 of file PlayerModel.java.

Definition at line 905 of file PlayerModel.java.

Definition at line 901 of file PlayerModel.java.

Definition at line 906 of file PlayerModel.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:51