Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Package Functions
org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ChannelGroupExtendedDetail (JsonNode node)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final List< ChannelDetailchannels
final ListModel.LimitsReturned limits

Static Public Attributes

static final String API_TYPE = "PVR.Details.ChannelGroup.Extended"
static final String CHANNELS = "channels"
static final
Parcelable.Creator
< ChannelGroupExtendedDetail
CREATOR
static final String LIMITS = "limits"

Protected Member Functions

 ChannelGroupExtendedDetail (Parcel parcel)

Static Package Functions

static List
< ChannelGroupExtendedDetail
getPVRModelChannelGroupExtendedDetailList (JsonNode node, String key)

Detailed Description

API Name: PVR.Details.ChannelGroup.Extended

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

Definition at line 373 of file PVRModel.java.


Constructor & Destructor Documentation

Construct from JSON object.

Parameters:
nodeJSON object representing a ChannelGroupExtendedDetail object

Definition at line 388 of file PVRModel.java.

Construct via parcel.

Definition at line 441 of file PVRModel.java.


Member Function Documentation

Reimplemented from org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.

Definition at line 466 of file PVRModel.java.

Extracts a list of ChannelGroupExtendedDetail objects from a JSON array.

Parameters:
nodeObjectNode containing the list of objects.
keyKey pointing to the node where the list is stored.

Definition at line 411 of file PVRModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Reimplemented from org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.

Definition at line 395 of file PVRModel.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.

Reimplemented from org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.

Definition at line 429 of file PVRModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail.API_TYPE = "PVR.Details.ChannelGroup.Extended" [static]

Reimplemented from org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.

Definition at line 374 of file PVRModel.java.

Definition at line 377 of file PVRModel.java.

Definition at line 381 of file PVRModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.

Definition at line 454 of file PVRModel.java.

Definition at line 378 of file PVRModel.java.

Definition at line 382 of file PVRModel.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