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

List of all members.

Classes

interface  Type

Public Member Functions

int describeContents ()
 TitleEpisodeSeasonTypeShowtitle (Integer episode, Integer season, String showtitle, String title, String type)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer episode
final Integer season
final String showtitle
final String title
final String type

Static Public Attributes

static final
Parcelable.Creator
< TitleEpisodeSeasonTypeShowtitle
CREATOR
static final String EPISODE = "episode"
static final String SEASON = "season"
static final String SHOWTITLE = "showtitle"
static final String TITLE = "title"
static final String TYPE = "type"

Protected Member Functions

 TitleEpisodeSeasonTypeShowtitle (Parcel parcel)

Detailed Description

A tv episode has a title and may have an episode number, season number and the title of the show it belongs to.

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


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.TitleEpisodeSeasonTypeShowtitle.TitleEpisodeSeasonTypeShowtitle ( Integer  episode,
Integer  season,
String  showtitle,
String  title,
String  type 
) [inline]

A tv episode has a title and may have an episode number, season number and the title of the show it belongs to.

Parameters:
episode
season
showtitle
title
typeOne of: unknown, movie, episode, musicvideo, song, picture, channel. See constants at NotificationsModel.TitleEpisodeSeasonTypeShowtitle.Type.

Definition at line 541 of file NotificationsModel.java.

Construct via parcel.

Definition at line 577 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 600 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 550 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 566 of file NotificationsModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 588 of file NotificationsModel.java.

Definition at line 520 of file NotificationsModel.java.

Definition at line 527 of file NotificationsModel.java.

Definition at line 521 of file NotificationsModel.java.

Definition at line 528 of file NotificationsModel.java.

Definition at line 522 of file NotificationsModel.java.

Definition at line 529 of file NotificationsModel.java.

Definition at line 523 of file NotificationsModel.java.

Definition at line 530 of file NotificationsModel.java.

Definition at line 524 of file NotificationsModel.java.

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