public class ConfigurationContent extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
deviceContent |
protected Map<String,Map<String,Object>> |
modulesContent |
Constructor and Description |
---|
ConfigurationContent() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getDeviceContent() |
Map<String,Map<String,Object>> |
getModulesContent() |
void |
setDeviceContent(Map<String,Object> deviceContent) |
void |
setModulesContent(Map<String,Map<String,Object>> modulesContent) |
com.microsoft.azure.sdk.iot.deps.serializer.ConfigurationContentParser |
toConfigurationContentParser() |
Copyright © 2021. All rights reserved.