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

List of all members.

Public Member Functions

int describeContents ()
 Episodeid (Integer episodeid)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer episodeid

Static Public Attributes

static final
Parcelable.Creator< Episodeid
CREATOR
static final String EPISODEID = "episodeid"

Protected Member Functions

 Episodeid (Parcel parcel)

Detailed Description

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

Definition at line 497 of file PlaylistModel.java.


Constructor & Destructor Documentation

Parameters:
episodeid

Definition at line 508 of file PlaylistModel.java.

Construct via parcel.

Definition at line 532 of file PlaylistModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 551 of file PlaylistModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 513 of file PlaylistModel.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 525 of file PlaylistModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 539 of file PlaylistModel.java.

Definition at line 500 of file PlaylistModel.java.

Definition at line 503 of file PlaylistModel.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