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

List of all members.

Classes

interface  Encryption

Public Member Functions

int describeContents ()
 Password (String encryption, String value)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String encryption
final String value

Static Public Attributes

static final String API_TYPE = "Profiles.Password"
static final
Parcelable.Creator< Password
CREATOR
static final String ENCRYPTION = "encryption"
static final String VALUE = "value"

Protected Member Functions

 Password (Parcel parcel)

Detailed Description

API Name: Profiles.Password

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

Definition at line 136 of file ProfilesModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ProfilesModel.Password.Password ( String  encryption,
String  value 
) [inline]
Parameters:
encryptionOne of: none, md5. See constants at ProfilesModel.Password.Encryption.
value

Definition at line 151 of file ProfilesModel.java.

Construct via parcel.

Definition at line 178 of file ProfilesModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 198 of file ProfilesModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 157 of file ProfilesModel.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 170 of file ProfilesModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.ProfilesModel.Password.API_TYPE = "Profiles.Password" [static]

Definition at line 137 of file ProfilesModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 186 of file ProfilesModel.java.

Definition at line 140 of file ProfilesModel.java.

Definition at line 144 of file ProfilesModel.java.

Definition at line 141 of file ProfilesModel.java.

Definition at line 145 of file ProfilesModel.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