| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.deps.serializer | |
| com.microsoft.azure.sdk.iot.deps.twin |
| Modifier and Type | Method and Description |
|---|---|
TwinCollection |
ExportImportDeviceParser.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportImportDeviceParser.setTags(TwinCollection tags) |
| Modifier and Type | Method and Description |
|---|---|
protected static TwinCollection |
TwinCollection.createFromRawCollection(Map<? extends String,Object> rawCollection)
Internal Constructor from raw map.
|
TwinCollection |
TwinProperties.getDesired()
Getter for the desired property.
|
TwinCollection |
TwinState.getDesiredProperty()
Getter for the desired property.
|
TwinCollection |
TwinProperties.getReported()
Getter for the reported property.
|
TwinCollection |
TwinState.getReportedProperty()
Getter for the reported property.
|
TwinCollection |
TwinState.getTags()
Getter for the tags.
|
| Constructor and Description |
|---|
TwinCollection(TwinCollection collection)
Constructor
|
TwinState(TwinCollection tags,
TwinCollection desiredProperty,
TwinCollection reportedProperty)
CONSTRUCTOR
|
Copyright © 2019. All rights reserved.