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

List of all members.

Public Member Functions

int describeContents ()
 PropertyValue (Boolean available, Boolean recording, Boolean scanning)
 PropertyValue (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Boolean available
final Boolean recording
final Boolean scanning

Static Public Attributes

static final String API_TYPE = "PVR.Property.Value"
static final String AVAILABLE = "available"
static final
Parcelable.Creator
< PropertyValue
CREATOR
static final String RECORDING = "recording"
static final String SCANNING = "scanning"

Protected Member Functions

 PropertyValue (Parcel parcel)

Static Package Functions

static List< PropertyValuegetPVRModelPropertyValueList (JsonNode node, String key)

Detailed Description

API Name: PVR.Property.Value

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

Definition at line 477 of file PVRModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.PVRModel.PropertyValue.PropertyValue ( Boolean  available,
Boolean  recording,
Boolean  scanning 
) [inline]
Parameters:
available
recording
scanning

Definition at line 495 of file PVRModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a PropertyValue object

Definition at line 505 of file PVRModel.java.

Construct via parcel.

Definition at line 552 of file PVRModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 573 of file PVRModel.java.

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

Extracts a list of PropertyValue 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 525 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 512 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 543 of file PVRModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.PVRModel.PropertyValue.API_TYPE = "PVR.Property.Value" [static]

Definition at line 478 of file PVRModel.java.

Definition at line 481 of file PVRModel.java.

Definition at line 486 of file PVRModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 561 of file PVRModel.java.

Definition at line 482 of file PVRModel.java.

Definition at line 487 of file PVRModel.java.

Definition at line 483 of file PVRModel.java.

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