public class DeviceCredentials extends java.lang.Object implements ICredentials
DeviceCredentials.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceCredentials.Builder
Credentials builder.
|
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR
Parcelable CREATOR constant.
|
protected int |
databaseId
The Database id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
int |
getDatabaseId()
Gets database id.
|
java.lang.String |
getDeviceUniqueId()
Gets beacon unique id.
|
java.lang.String |
getMasterPassword()
Gets Beacon master password.
|
java.lang.String |
getPassword()
Gets Beacon password.
|
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final <any> CREATOR
StackOverflowError
FileData as its member will be recreated
with this member set to null. Please organise the access to the data in different way.
protected final int databaseId
android.database.sqlite.SQLiteDatabase). If you
do not need to use it, ignore it during model building.public java.lang.String getDeviceUniqueId()
ICredentialsgetDeviceUniqueId in interface ICredentialspublic java.lang.String getPassword()
ICredentialsgetPassword in interface ICredentialspublic java.lang.String getMasterPassword()
ICredentialsgetMasterPassword in interface ICredentialspublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeToParcel(Parcel dest,
int flags)
public int getDatabaseId()
public int describeContents()