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

List of all members.

Public Member Functions

int describeContents ()
 Revision (Integer integerArg)
 Revision (String stringArg)
 Revision (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer integerArg
final String stringArg

Static Public Attributes

static final
Parcelable.Creator< Revision
CREATOR

Protected Member Functions

 Revision (Parcel parcel)

Static Package Functions

static List< RevisiongetApplicationModelRevisionList (JsonNode node, String key)

Detailed Description

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

Definition at line 268 of file ApplicationModel.java.


Constructor & Destructor Documentation

Parameters:
integerArg

Definition at line 277 of file ApplicationModel.java.

Parameters:
stringArg

Definition at line 285 of file ApplicationModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Revision object

Definition at line 294 of file ApplicationModel.java.

Construct via parcel.

Definition at line 350 of file ApplicationModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 370 of file ApplicationModel.java.

Extracts a list of Revision 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 324 of file ApplicationModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 309 of file ApplicationModel.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 342 of file ApplicationModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 358 of file ApplicationModel.java.

Definition at line 271 of file ApplicationModel.java.

Definition at line 272 of file ApplicationModel.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