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

List of all members.

Public Member Functions

 BaseDetail (JsonNode node)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final List< String > genre

Static Public Attributes

static final String API_TYPE = "Audio.Details.Base"
static final
Parcelable.Creator< BaseDetail
CREATOR
static final String GENRE = "genre"

Protected Member Functions

 BaseDetail (Parcel parcel)

Static Package Functions

static List< BaseDetailgetAudioModelBaseDetailList (JsonNode node, String key)

Detailed Description

API Name: Audio.Details.Base

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

Definition at line 407 of file AudioModel.java.


Constructor & Destructor Documentation

Construct from JSON object.

Parameters:
nodeJSON object representing a BaseDetail object

Reimplemented from org.xbmc.android.jsonrpc.api.model.MediaModel.BaseDetail.

Definition at line 420 of file AudioModel.java.

Construct via parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.MediaModel.BaseDetail.

Definition at line 470 of file AudioModel.java.


Member Function Documentation

static List<BaseDetail> org.xbmc.android.jsonrpc.api.model.AudioModel.BaseDetail.getAudioModelBaseDetailList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of BaseDetail 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 441 of file AudioModel.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.

Reimplemented from org.xbmc.android.jsonrpc.api.model.MediaModel.BaseDetail.

Reimplemented in org.xbmc.android.jsonrpc.api.model.AudioModel.SongDetail, org.xbmc.android.jsonrpc.api.model.AudioModel.MediaDetail, org.xbmc.android.jsonrpc.api.model.AudioModel.ArtistDetail, and org.xbmc.android.jsonrpc.api.model.AudioModel.AlbumDetail.

Definition at line 459 of file AudioModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.AudioModel.BaseDetail.API_TYPE = "Audio.Details.Base" [static]
Initial value:
 new Parcelable.Creator<BaseDetail>() {
                        @Override
                        public BaseDetail createFromParcel(Parcel parcel) {
                                return new BaseDetail(parcel);
                        }
                        @Override
                        public BaseDetail[] newArray(int n) {
                                return new BaseDetail[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.MediaModel.BaseDetail.

Reimplemented in org.xbmc.android.jsonrpc.api.model.AudioModel.SongDetail, org.xbmc.android.jsonrpc.api.model.AudioModel.MediaDetail, org.xbmc.android.jsonrpc.api.model.AudioModel.ArtistDetail, and org.xbmc.android.jsonrpc.api.model.AudioModel.AlbumDetail.

Definition at line 482 of file AudioModel.java.

Definition at line 411 of file AudioModel.java.

Definition at line 414 of file AudioModel.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