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

List of all members.

Public Member Functions

int describeContents ()
 Or (List< MusicVideoFilter > or)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final List< MusicVideoFilteror

Static Public Attributes

static final
Parcelable.Creator< Or
CREATOR
static final String OR = "or"

Protected Member Functions

 Or (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 1188 of file ListModel.java.


Constructor & Destructor Documentation

Parameters:
or

Definition at line 1199 of file ListModel.java.

Construct via parcel.

Definition at line 1230 of file ListModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1253 of file ListModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 1204 of file ListModel.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 1220 of file ListModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1241 of file ListModel.java.

Definition at line 1191 of file ListModel.java.

Definition at line 1194 of file ListModel.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