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

List of all members.

Classes

interface  StringArg

Public Member Functions

 ChannelGroupId (Integer id)
 ChannelGroupId (String stringArg)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer id
final String stringArg

Static Public Attributes

static final String API_TYPE = "PVR.ChannelGroup.Id"
static final
Parcelable.Creator
< ChannelGroupId
CREATOR

Protected Member Functions

 ChannelGroupId (Parcel parcel)

Detailed Description

API Name: PVR.ChannelGroup.Id

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

Definition at line 45 of file PVRModel.java.


Constructor & Destructor Documentation

Parameters:
id

Definition at line 55 of file PVRModel.java.

Parameters:
stringArgOne of: alltv, allradio. See constants at PVRModel.ChannelGroupId.StringArg.

Definition at line 63 of file PVRModel.java.

Construct via parcel.

Definition at line 93 of file PVRModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 113 of file PVRModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 69 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.

Implements android.os.Parcelable.

Definition at line 85 of file PVRModel.java.


Member Data Documentation

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

Definition at line 46 of file PVRModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 101 of file PVRModel.java.

Definition at line 49 of file PVRModel.java.

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