| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
Set<Pair> |
DeviceTwinDevice.getDesiredProperties()
Getter to get the desired properties setter.
|
Set<Pair> |
DeviceTwinDevice.getReportedProperties()
Getter to get reported properties setter.
|
Set<Pair> |
DeviceTwinDevice.getTags()
Getter for the twin tags.
|
| 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 twin tags.
|
Copyright © 2022. All rights reserved.