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

List of all members.

Public Member Functions

String getName ()
 GetProperties (String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

 GetProperties (Parcel parcel)
SystemModel.PropertyValue parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the values of the given properties.

This class represents the API method System.GetProperties

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

Definition at line 98 of file System.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 110 of file System.java.

Retrieves the values of the given properties.

Parameters:
propertiesOne or more of: canshutdown, cansuspend, canhibernate, canreboot. See constants at SystemModel.PropertyName.

Definition at line 132 of file System.java.


Member Function Documentation

Definition at line 143 of file System.java.

SystemModel.PropertyValue org.xbmc.android.jsonrpc.api.call.System.GetProperties.parseOne ( JsonNode  node) [inline, protected]

Definition at line 138 of file System.java.

Definition at line 148 of file System.java.

Definition at line 102 of file System.java.


Member Data Documentation

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

Definition at line 99 of file System.java.

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

Generates instances of this Parcelable class from a Parcel.

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