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()
ICredentials
getDeviceUniqueId
in interface ICredentials
public java.lang.String getPassword()
ICredentials
getPassword
in interface ICredentials
public java.lang.String getMasterPassword()
ICredentials
getMasterPassword
in interface ICredentials
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void writeToParcel(Parcel dest, int flags)
public int getDatabaseId()
public int describeContents()