Classes | Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.TitleAlbumTrackArtistType Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.TitleAlbumTrackArtistType:
Inheritance graph
[legend]

List of all members.

Classes

interface  Type

Public Member Functions

int describeContents ()
 TitleAlbumTrackArtistType (String album, String artist, String title, Integer track, String type)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String album
final String artist
final String title
final Integer track
final String type

Static Public Attributes

static final String ALBUM = "album"
static final String ARTIST = "artist"
static final
Parcelable.Creator
< TitleAlbumTrackArtistType
CREATOR
static final String TITLE = "title"
static final String TRACK = "track"
static final String TYPE = "type"

Protected Member Functions

 TitleAlbumTrackArtistType (Parcel parcel)

Detailed Description

A song has a title and may have an album, an artist and a track number.

Note: Seems this class isn't used yet in the API.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 730 of file NotificationsModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.TitleAlbumTrackArtistType.TitleAlbumTrackArtistType ( String  album,
String  artist,
String  title,
Integer  track,
String  type 
) [inline]

A song has a title and may have an album, an artist and a track number.

Parameters:
album
artist
title
track
typeOne of: unknown, movie, episode, musicvideo, song, picture, channel. See constants at NotificationsModel.TitleAlbumTrackArtistType.Type.

Definition at line 754 of file NotificationsModel.java.

Construct via parcel.

Definition at line 790 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 813 of file NotificationsModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 763 of file NotificationsModel.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 779 of file NotificationsModel.java.


Member Data Documentation

Definition at line 733 of file NotificationsModel.java.

Definition at line 740 of file NotificationsModel.java.

Definition at line 734 of file NotificationsModel.java.

Definition at line 741 of file NotificationsModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 801 of file NotificationsModel.java.

Definition at line 735 of file NotificationsModel.java.

Definition at line 742 of file NotificationsModel.java.

Definition at line 736 of file NotificationsModel.java.

Definition at line 743 of file NotificationsModel.java.

Definition at line 737 of file NotificationsModel.java.

Definition at line 744 of file NotificationsModel.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