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

List of all members.

Classes

interface  Type

Public Member Functions

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

Public Attributes

final String album
final String artist
final String title
final String type

Static Public Attributes

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

Protected Member Functions

 TitleAlbumArtistType (Parcel parcel)

Detailed Description

A music video has a title and may have an album and an artist.

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 627 of file NotificationsModel.java.


Constructor & Destructor Documentation

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

A music video has a title and may have an album and an artist.

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

Definition at line 648 of file NotificationsModel.java.

Construct via parcel.

Definition at line 681 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 703 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 656 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 671 of file NotificationsModel.java.


Member Data Documentation

Definition at line 630 of file NotificationsModel.java.

Definition at line 636 of file NotificationsModel.java.

Definition at line 631 of file NotificationsModel.java.

Definition at line 637 of file NotificationsModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 691 of file NotificationsModel.java.

Definition at line 632 of file NotificationsModel.java.

Definition at line 638 of file NotificationsModel.java.

Definition at line 633 of file NotificationsModel.java.

Definition at line 639 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