Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes
org.xbmc.android.jsonrpc.api.UndefinedResult Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.UndefinedResult:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
JsonNode getResponse ()
ObjectNode getResult ()
 UndefinedResult (JsonNode node)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final
Parcelable.Creator
< UndefinedResult
CREATOR

Private Member Functions

 UndefinedResult (Parcel parcel)

Private Attributes

final JsonNode mResponse

Static Private Attributes

static final ObjectMapper OM = new ObjectMapper()
static final String TAG = UndefinedResult.class.getSimpleName()

Detailed Description

Some methods return undefined results, this is their response container.

For v3, the methods returning undefined results are:

It's up to the application to correctly parse those response types, if necessary.

Author:
freezy <freezy@xbmc.org>

Definition at line 48 of file UndefinedResult.java.


Constructor & Destructor Documentation

Class constructor.

Parameters:
nodeRoot node of the response object.

Definition at line 59 of file UndefinedResult.java.

Class constructor via parcel

Parameters:
parcelRoot node of the response object.

Definition at line 94 of file UndefinedResult.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 86 of file UndefinedResult.java.

Returns the root response object.

Returns:
Root object of the response.

Definition at line 68 of file UndefinedResult.java.

Returns the result node of the response object.

Returns:
The result node of the response object.

Definition at line 76 of file UndefinedResult.java.

void org.xbmc.android.jsonrpc.api.UndefinedResult.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Implements android.os.Parcelable.

Definition at line 81 of file UndefinedResult.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 110 of file UndefinedResult.java.

Definition at line 53 of file UndefinedResult.java.

final ObjectMapper org.xbmc.android.jsonrpc.api.UndefinedResult.OM = new ObjectMapper() [static, private]

Definition at line 51 of file UndefinedResult.java.

final String org.xbmc.android.jsonrpc.api.UndefinedResult.TAG = UndefinedResult.class.getSimpleName() [static, private]

Definition at line 50 of file UndefinedResult.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:49