public class LLDRuleGetResponse.Result extends LLDRuleObject
| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<GraphObject> |
getGraphs()
Gets graphs.
|
java.util.List<HostPrototypeObject> |
getHostPrototypes()
Gets hostPrototypes.
|
java.util.List<HostObject> |
getHosts()
Gets hosts.
|
java.util.List<ItemObject> |
getItems()
Gets items.
|
void |
setGraphs(java.util.List<GraphObject> graphs)
Sets new graphs.
|
void |
setHostPrototypes(java.util.List<HostPrototypeObject> hostPrototypes)
Sets new hostPrototypes.
|
void |
setHosts(java.util.List<HostObject> hosts)
Sets new hosts.
|
void |
setItems(java.util.List<ItemObject> items)
Sets new items.
|
getAuthtype, getDelay_flex, getDelay, getDescription, getError, getFilter, getHostid, getInterfaceid, getIpmi_sensor, getItemid, getKey_, getLifetime, getName, getParams, getPassword, getPort, getPrivatekey, getPublickey, getSnmp_community, getSnmp_oid, getSnmpv3_authpassphrase, getSnmpv3_authprotocol, getSnmpv3_contextname, getSnmpv3_privpassphrase, getSnmpv3_privprotocol, getSnmpv3_securitylevel, getSnmpv3_securityname, getState, getStatus, getTemplateid, getTrapper_hosts, getType, getUsername, setAuthtype, setDelay_flex, setDelay, setDescription, setError, setFilter, setHostid, setInterfaceid, setIpmi_sensor, setItemid, setKey_, setLifetime, setName, setParams, setPassword, setPort, setPrivatekey, setPublickey, setSnmp_community, setSnmp_oid, setSnmpv3_authpassphrase, setSnmpv3_authprotocol, setSnmpv3_contextname, setSnmpv3_privpassphrase, setSnmpv3_privprotocol, setSnmpv3_securitylevel, setSnmpv3_securityname, setState, setStatus, setTemplateid, setTrapper_hosts, setType, setUsernamepublic java.util.List<HostObject> getHosts()
public void setHosts(java.util.List<HostObject> hosts)
hosts - New value of hosts.public java.util.List<ItemObject> getItems()
public void setItems(java.util.List<ItemObject> items)
items - New value of items.public java.util.List<GraphObject> getGraphs()
public void setGraphs(java.util.List<GraphObject> graphs)
graphs - New value of graphs.public java.util.List<HostPrototypeObject> getHostPrototypes()
public void setHostPrototypes(java.util.List<HostPrototypeObject> hostPrototypes)
hostPrototypes - New value of hostPrototypes.