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

List of all members.

Public Member Functions

int describeContents ()
 Resume (Double position, Double total)
 Resume (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Double position
final Double total

Static Public Attributes

static final String API_TYPE = "Video.Resume"
static final
Parcelable.Creator< Resume
CREATOR
static final String POSITION = "position"
static final String TOTAL = "total"

Protected Member Functions

 Resume (Parcel parcel)

Static Package Functions

static List< ResumegetVideoModelResumeList (JsonNode node, String key)

Detailed Description

API Name: Video.Resume

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

Definition at line 1730 of file VideoModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.VideoModel.Resume.Resume ( Double  position,
Double  total 
) [inline]
Parameters:
position
total

Definition at line 1745 of file VideoModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Resume object

Definition at line 1754 of file VideoModel.java.

Construct via parcel.

Definition at line 1798 of file VideoModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1818 of file VideoModel.java.

static List<Resume> org.xbmc.android.jsonrpc.api.model.VideoModel.Resume.getVideoModelResumeList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of Resume 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 1772 of file VideoModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 1760 of file VideoModel.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 1790 of file VideoModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.VideoModel.Resume.API_TYPE = "Video.Resume" [static]

Definition at line 1731 of file VideoModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1806 of file VideoModel.java.

Definition at line 1734 of file VideoModel.java.

Definition at line 1738 of file VideoModel.java.

Definition at line 1735 of file VideoModel.java.

Definition at line 1739 of file VideoModel.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