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

List of all members.

Classes

interface  StringArg

Public Member Functions

int describeContents ()
 Toggle (Boolean booleanArg)
 Toggle (String stringArg)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Boolean booleanArg
final String stringArg

Static Public Attributes

static final String API_TYPE = "Global.Toggle"
static final
Parcelable.Creator< Toggle
CREATOR

Protected Member Functions

 Toggle (Parcel parcel)

Detailed Description

API Name: Global.Toggle

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

Definition at line 168 of file GlobalModel.java.


Constructor & Destructor Documentation

Parameters:
booleanArg

Definition at line 178 of file GlobalModel.java.

Parameters:
stringArgOne of: toggle. See constants at GlobalModel.Toggle.StringArg.

Definition at line 186 of file GlobalModel.java.

Construct via parcel.

Definition at line 216 of file GlobalModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 236 of file GlobalModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 192 of file GlobalModel.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 208 of file GlobalModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.GlobalModel.Toggle.API_TYPE = "Global.Toggle" [static]

Definition at line 169 of file GlobalModel.java.

Definition at line 172 of file GlobalModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 224 of file GlobalModel.java.

Definition at line 173 of file GlobalModel.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