public class ItemPrototypeGetResponse.Result extends ItemPrototypeObject
ItemPrototypeObject.DATA_TYPE, ItemPrototypeObject.ITEM_TYPE, ItemPrototypeObject.SNMP_V3_AUTHENTICATION_PROTOCOL, ItemPrototypeObject.SNMP_V3_PRIVACY_PROTOCOL, ItemPrototypeObject.SNMP_V3_SECURITY_LEVEL, ItemPrototypeObject.SSH_AUTH_METHOD, ItemPrototypeObject.STATUS, ItemPrototypeObject.STORED_VALUE_TYPE, ItemPrototypeObject.VALUE_TYPE| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<ApplicationObject> |
getApplications()
Gets applications.
|
DiscoveryRuleObject |
getDiscoveryRule()
Gets discoveryRule.
|
java.util.List<GraphObject> |
getGraphs()
Gets graphs.
|
java.util.List<HostObject> |
getHosts()
Gets hosts.
|
java.util.List<TriggerObject> |
getTriggers()
Gets triggers.
|
void |
setApplications(java.util.List<ApplicationObject> applications)
Sets new applications.
|
void |
setDiscoveryRule(DiscoveryRuleObject discoveryRule)
Sets new discoveryRule.
|
void |
setGraphs(java.util.List<GraphObject> graphs)
Sets new graphs.
|
void |
setHosts(java.util.List<HostObject> hosts)
Sets new hosts.
|
void |
setTriggers(java.util.List<TriggerObject> triggers)
Sets new triggers.
|
getAuthtype, getData_type, getDelay_flex, getDelay, getDelta, getDescription, getFormula, getHistory, getHostid, getInterfaceid, getIpmi_sensor, getItemid, getKey_, getLogtimefmt, getMultiplier, getName, getParams, getPassword, getPort, getPrivatekey, getPublickey, getSnmp_community, getSnmp_oid, getSnmpv3_authpassphrase, getSnmpv3_authprotocol, getSnmpv3_contextname, getSnmpv3_privpassphrase, getSnmpv3_privprotocol, getSnmpv3_securitylevel, getSnmpv3_securityname, getStatus, getTemplateid, getTrapper_hosts, getTrends, getType, getUnits, getUsername, getValue_type, getValuemapid, setAuthtype, setData_type, setDelay_flex, setDelay, setDelta, setDescription, setFormula, setHistory, setHostid, setInterfaceid, setIpmi_sensor, setItemid, setKey_, setLogtimefmt, setMultiplier, setName, setParams, setPassword, setPort, setPrivatekey, setPublickey, setSnmp_community, setSnmp_oid, setSnmpv3_authpassphrase, setSnmpv3_authprotocol, setSnmpv3_contextname, setSnmpv3_privpassphrase, setSnmpv3_privprotocol, setSnmpv3_securitylevel, setSnmpv3_securityname, setStatus, setTemplateid, setTrapper_hosts, setTrends, setType, setUnits, setUsername, setValue_type, setValuemapidpublic java.util.List<TriggerObject> getTriggers()
public void setTriggers(java.util.List<TriggerObject> triggers)
triggers - New value of triggers.public java.util.List<GraphObject> getGraphs()
public void setGraphs(java.util.List<GraphObject> graphs)
graphs - New value of graphs.public java.util.List<HostObject> getHosts()
public void setHosts(java.util.List<HostObject> hosts)
hosts - New value of hosts.public java.util.List<ApplicationObject> getApplications()
public void setApplications(java.util.List<ApplicationObject> applications)
applications - New value of applications.public DiscoveryRuleObject getDiscoveryRule()
public void setDiscoveryRule(DiscoveryRuleObject discoveryRule)
discoveryRule - New value of discoveryRule.