ConfigurationContent Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. ConfigurationContent
- com.
public class ConfigurationContent
Field Summary
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> | deviceContent |
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> | modulesContent |
Constructor Summary
Constructor | Description | |
---|---|---|
ConfigurationContent() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> | getDeviceContent() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> | getModulesContent() |
void | setDeviceContent(Map<String,Object> deviceContent) |
void | setModulesContent(Map<String,Map<String,Object>> modulesContent) |
Configuration |
toConfigurationContentParser() |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Field Details
deviceContent
protected Map
modulesContent
protected Map
Constructor Details
ConfigurationContent
public ConfigurationContent()
Method Details
getDeviceContent
public Map
getModulesContent
public Map
setDeviceContent
public void setDeviceContent(Map
Parameters:
deviceContent
setModulesContent
public void setModulesContent(Map
Parameters:
modulesContent
toConfigurationContentParser
public ConfigurationContentParser toConfigurationContentParser()
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java