Classes | Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.PVR.GetChannelGroupDetails.Channel Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.PVR.GetChannelGroupDetails.Channel:
Inheritance graph
[legend]

List of all members.

Classes

interface  Property

Public Member Functions

 Channel (ListModel.Limits limits, String properties)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final ListModel.Limits limits
final String properties

Static Public Attributes

static final
Parcelable.Creator< Channel
CREATOR
static final String LIMITS = "limits"
static final String PROPERTIES = "properties"

Protected Member Functions

 Channel (Parcel parcel)

Detailed Description

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

Definition at line 182 of file PVR.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.call.PVR.GetChannelGroupDetails.Channel.Channel ( ListModel.Limits  limits,
String  properties 
) [inline]
Parameters:
limits
propertiesOne or more of: thumbnail, channeltype, hidden, locked, channel, lastplayed. See constants at PVR.Channel.Property.

Definition at line 196 of file PVR.java.

Construct via parcel.

Definition at line 223 of file PVR.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 243 of file PVR.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 202 of file PVR.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 215 of file PVR.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 231 of file PVR.java.

Definition at line 185 of file PVR.java.

Definition at line 189 of file PVR.java.

Definition at line 186 of file PVR.java.

Definition at line 190 of file PVR.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