ExportImportDevice Class

Definition

public class ExportImportDevice
Inheritance
java.lang.Object
ExportImportDevice

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

ExportImportDevice()

Default constructor for an ExportImportDevice object. Randomly generates a device ID and uses a randomly generated shared access signature for authentication

ExportImportDevice(String deviceId, AuthenticationType authenticationType)

Constructor for an ExportImportDevice object.

Methods

equals(Object other)
getAuthenticationFinal()

Getter for device authentication mechanism.

getDesiredProperties()
getId()

Getter for device id.

getImportMode()

Getter for device import mode.

getReportedProperties()
getStatus()

Getter for device status.

getStatusReason()

Getter for device status reason.

getTags()
geteTag()

Getter for device eTag.

hashCode()
setAuthentication(AuthenticationMechanism authentication)

Setter for device authentication mechanism.

setDesiredProperties(TwinCollection desiredProperties)
setId(String id)

Setter for device id.

setImportMode(ImportMode importMode)

Setter for device import mode.

setReportedProperties(TwinCollection reportedProperties)
setStatus(DeviceStatus status)

Setter for device status.

setStatusReason(String statusReason)

Setter for device status reason.

setTags(TwinCollection tags)
seteTag(String eTag)

Setter for device eTag.

Applies to