Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.Player.Open.ItemPlaylistIdPosition Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.Player.Open.ItemPlaylistIdPosition:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
 ItemPlaylistIdPosition (Integer playlistid, Integer position)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer playlistid
final Integer position

Static Public Attributes

static final
Parcelable.Creator
< ItemPlaylistIdPosition
CREATOR
static final String PLAYLISTID = "playlistid"
static final String POSITION = "position"

Protected Member Functions

 ItemPlaylistIdPosition (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 677 of file Player.java.


Constructor & Destructor Documentation

Parameters:
playlistid
position

Definition at line 691 of file Player.java.

Construct via parcel.

Definition at line 718 of file Player.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 738 of file Player.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 697 of file Player.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 710 of file Player.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 726 of file Player.java.

Definition at line 680 of file Player.java.

Definition at line 684 of file Player.java.

Definition at line 681 of file Player.java.

Definition at line 685 of file Player.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:50