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

List of all members.

Classes

interface  Channeltype
interface  Type

Public Member Functions

int describeContents ()
 IdTitleChanneltypeType (String channeltype, Integer id, String title, String type)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String channeltype
final Integer id
final String title
final String type

Static Public Attributes

static final String CHANNELTYPE = "channeltype"
static final
Parcelable.Creator
< IdTitleChanneltypeType
CREATOR
static final String ID = "id"
static final String TITLE = "title"
static final String TYPE = "type"

Protected Member Functions

 IdTitleChanneltypeType (Parcel parcel)

Detailed Description

A PVR channel is either a radio or tv channel and has a title.

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


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.NotificationsModel.Item.IdTitleChanneltypeType.IdTitleChanneltypeType ( String  channeltype,
Integer  id,
String  title,
String  type 
) [inline]

A PVR channel is either a radio or tv channel and has a title.

Parameters:
channeltypeOne of: tv, radio. See constants at NotificationsModel.IdTitleChanneltypeType.Channeltype.
id
title
typeOne of: unknown, movie, episode, musicvideo, song, picture, channel. See constants at NotificationsModel.IdTitleChanneltypeType.Type.

Definition at line 950 of file NotificationsModel.java.

Construct via parcel.

Definition at line 983 of file NotificationsModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1005 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 958 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 973 of file NotificationsModel.java.


Member Data Documentation

Definition at line 932 of file NotificationsModel.java.

Definition at line 938 of file NotificationsModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 993 of file NotificationsModel.java.

Definition at line 933 of file NotificationsModel.java.

Definition at line 939 of file NotificationsModel.java.

Definition at line 934 of file NotificationsModel.java.

Definition at line 940 of file NotificationsModel.java.

Definition at line 935 of file NotificationsModel.java.

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