public class StandaloneThing extends AbstractThing
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<StandaloneThing> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
StandaloneThing(android.os.Parcel in) |
|
StandaloneThing(java.lang.String thingID,
java.lang.String vendorThingID,
java.lang.String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessToken() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
describeContents, getThingID, getTypedID, getVendorThingIDpublic static final android.os.Parcelable.Creator<StandaloneThing> CREATOR
public StandaloneThing(java.lang.String thingID,
java.lang.String vendorThingID,
java.lang.String accessToken)
protected StandaloneThing(android.os.Parcel in)
public java.lang.String getAccessToken()
public void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.ParcelablewriteToParcel in class AbstractThingCopyright 2015 Kii Corporation. All rights reserved. (Last updated on 2016-10-13 08:55 UTC)