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

List of all members.

Classes

interface  Channeltype

Public Member Functions

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

Public Attributes

final Integer channelgroupid
final String channeltype

Static Public Attributes

static final String API_TYPE = "PVR.Details.ChannelGroup"
static final String CHANNELGROUPID = "channelgroupid"
static final String CHANNELTYPE = "channeltype"
static final
Parcelable.Creator
< ChannelGroupDetail
CREATOR

Protected Member Functions

 ChannelGroupDetail (Parcel parcel)

Static Package Functions

static List< ChannelGroupDetailgetPVRModelChannelGroupDetailList (JsonNode node, String key)

Detailed Description

API Name: PVR.Details.ChannelGroup

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

Definition at line 269 of file PVRModel.java.


Constructor & Destructor Documentation

Construct from JSON object.

Parameters:
nodeJSON object representing a ChannelGroupDetail object

Definition at line 284 of file PVRModel.java.

Construct via parcel.

Definition at line 330 of file PVRModel.java.


Member Function Documentation

static List<ChannelGroupDetail> org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupDetail.getPVRModelChannelGroupDetailList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of ChannelGroupDetail 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 303 of file PVRModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Reimplemented from org.xbmc.android.jsonrpc.api.model.ItemModel.BaseDetail.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail.

Definition at line 291 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.ItemModel.BaseDetail.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail.

Definition at line 321 of file PVRModel.java.


Member Data Documentation

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

Definition at line 273 of file PVRModel.java.

Definition at line 277 of file PVRModel.java.

Definition at line 274 of file PVRModel.java.

Definition at line 278 of file PVRModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.ItemModel.BaseDetail.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PVRModel.ChannelGroupExtendedDetail.

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