| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
Set<Pair> |
DeviceTwinDevice.getDesiredProperties()
Getter to get Desired Properties set
|
Set<Pair> |
DeviceTwinDevice.getReportedProperties()
Getter to get Reported Properties Set
|
Set<Pair> |
DeviceTwinDevice.getTags()
Getter to get Tags Set
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceTwinDevice.setDesiredProperties(Set<Pair> desiredProperties)
Setter for the desired properties
|
void |
DeviceTwinDevice.setTags(Set<Pair> tags)
Setter for the tags
|
Copyright © 2017. All rights reserved.