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

List of all members.

Public Member Functions

String getName ()
 Hibernate ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "System.Hibernate"
static final
Parcelable.Creator< Hibernate
CREATOR

Protected Member Functions

 Hibernate (Parcel parcel)
String parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Puts the system running XBMC into hibernate mode.

This class represents the API method System.Hibernate

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 160 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 172 of file System.java.

Puts the system running XBMC into hibernate mode.

Definition at line 193 of file System.java.


Member Function Documentation

Definition at line 203 of file System.java.

String org.xbmc.android.jsonrpc.api.call.System.Hibernate.parseOne ( JsonNode  node) [inline, protected]

Definition at line 198 of file System.java.

Definition at line 208 of file System.java.

Definition at line 164 of file System.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.System.Hibernate.API_TYPE = "System.Hibernate" [static]

Definition at line 161 of file System.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 179 of file System.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