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

List of all members.

Public Member Functions

int describeContents ()
 FilterGenreId (Integer genreid)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer genreid

Static Public Attributes

static final
Parcelable.Creator
< FilterGenreId
CREATOR
static final String GENREID = "genreid"

Protected Member Functions

 FilterGenreId (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 1731 of file AudioLibrary.java.


Constructor & Destructor Documentation

Parameters:
genreid

Definition at line 1742 of file AudioLibrary.java.

Construct via parcel.

Definition at line 1766 of file AudioLibrary.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1785 of file AudioLibrary.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 1747 of file AudioLibrary.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 1759 of file AudioLibrary.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1773 of file AudioLibrary.java.

Definition at line 1734 of file AudioLibrary.java.

Definition at line 1737 of file AudioLibrary.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