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

List of all members.

Public Member Functions

int describeContents ()
 Speed (Integer speed)
 Speed (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer speed

Static Public Attributes

static final String API_TYPE = "Player.Speed"
static final
Parcelable.Creator< Speed
CREATOR
static final String SPEED = "speed"

Protected Member Functions

 Speed (Parcel parcel)

Static Package Functions

static List< SpeedgetPlayerModelSpeedList (JsonNode node, String key)

Detailed Description

API Name: Player.Speed

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

Definition at line 804 of file PlayerModel.java.


Constructor & Destructor Documentation

Parameters:
speed

Definition at line 816 of file PlayerModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Speed object

Definition at line 824 of file PlayerModel.java.

Construct via parcel.

Definition at line 865 of file PlayerModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 884 of file PlayerModel.java.

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

Extracts a list of Speed 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 840 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 829 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 858 of file PlayerModel.java.


Member Data Documentation

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

Definition at line 805 of file PlayerModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 872 of file PlayerModel.java.

Definition at line 808 of file PlayerModel.java.

Definition at line 811 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