-
public class LocalDevice extends DeviceDetails
Contains the device identity token and secret of a device. LocalDevice extends DeviceDetails.
-
-
Field Summary
Fields Modifier and Type Field Description public StringdeviceSecretpublic StringdeviceIdentityToken
-
Constructor Summary
Constructors Constructor Description LocalDevice(ActivationContext activationContext, Storage storage)
-
Method Summary
Modifier and Type Method Description voidsetDeviceIdentityToken(String token)JsonObjecttoJsonObject()voidreset()-
-
Constructor Detail
-
LocalDevice
LocalDevice(ActivationContext activationContext, Storage storage)
-
-
Method Detail
-
setDeviceIdentityToken
void setDeviceIdentityToken(String token)
-
toJsonObject
JsonObject toJsonObject()
-
reset
void reset()
-
-
-
-