| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.twin |
| Modifier and Type | Method and Description |
|---|---|
TwinCollection |
TwinProperties.getDesired()
Getter for the desired property.
|
TwinCollection |
TwinState.getDesiredProperties()
Getter for the desired property.
|
TwinCollection |
Twin.getDesiredProperties()
Getter to get the desired properties setter.
|
TwinCollection |
TwinProperties.getReported()
Getter for the reported property.
|
TwinCollection |
TwinState.getReportedProperties()
Getter for the reported property.
|
TwinCollection |
Twin.getReportedProperties()
Getter to get reported properties setter.
|
TwinCollection |
TwinState.getTags()
Getter for the tags.
|
TwinCollection |
Twin.getTags()
Getter for the twin tags.
|
| Constructor and Description |
|---|
TwinCollection(TwinCollection collection)
Constructor
|
TwinState(TwinCollection tags,
TwinCollection desiredProperty,
TwinCollection reportedProperty)
CONSTRUCTOR
|
Copyright © 2024. All rights reserved.