public class TriggerPrototypeGetRequest.Params extends GetRequestCommonParams
GetRequestCommonParams.SortOrder| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addApplicationId(java.lang.Integer id) |
void |
addDiscoveryId(java.lang.Integer id) |
void |
addFunction(java.lang.String function) |
void |
addGroupId(java.lang.Integer id) |
void |
addHostId(java.lang.Integer id) |
void |
addTemplateId(java.lang.Integer id) |
void |
addTriggerId(java.lang.Integer id) |
java.lang.Boolean |
getActive()
Gets active.
|
java.util.List<java.lang.Integer> |
getApplicationids()
Gets applicationids.
|
java.util.List<java.lang.Integer> |
getDiscoveryids()
Gets discoveryids.
|
java.lang.String |
getExpandData()
Gets expandData.
|
java.lang.String |
getExpandExpression()
Gets expandExpression.
|
java.util.List<java.lang.String> |
getFunctions()
Gets functions.
|
java.lang.String |
getGroup()
Gets group.
|
java.util.List<java.lang.Integer> |
getGroupids()
Gets groupids.
|
java.lang.String |
getHost()
Gets host.
|
java.util.List<java.lang.Integer> |
getHostids()
Gets hostids.
|
java.lang.Boolean |
getInherited()
Gets inherited.
|
java.lang.Boolean |
getMaintenance()
Gets maintenance.
|
java.lang.Integer |
getMin_severity()
Gets min_severity.
|
java.lang.String |
getMonitored()
Gets monitored.
|
java.lang.String |
getSelectDiscoveryRule()
Gets selectDiscoveryRule.
|
java.lang.String |
getSelectFunctions()
Gets selectFunctions.
|
java.lang.String |
getSelectGroups()
Gets selectGroups.
|
java.lang.String |
getSelectHosts()
Gets selectHosts.
|
java.lang.String |
getSelectItems()
Gets selectItems.
|
java.lang.Boolean |
getTemplated()
Gets templated.
|
java.util.List<java.lang.Integer> |
getTemplateids()
Gets templateids.
|
java.util.List<java.lang.Integer> |
getTriggerids()
Gets triggerids.
|
void |
setActive(java.lang.Boolean active)
Sets new active.
|
void |
setApplicationids(java.util.List<java.lang.Integer> applicationids)
Sets new applicationids.
|
void |
setDiscoveryids(java.util.List<java.lang.Integer> discoveryids)
Sets new discoveryids.
|
void |
setExpandData(java.lang.String expandData)
Sets new expandData.
|
void |
setExpandExpression(java.lang.String expandExpression)
Sets new expandExpression.
|
void |
setFunctions(java.util.List<java.lang.String> functions)
Sets new functions.
|
void |
setGroup(java.lang.String group)
Sets new group.
|
void |
setGroupids(java.util.List<java.lang.Integer> groupids)
Sets new groupids.
|
void |
setHost(java.lang.String host)
Sets new host.
|
void |
setHostids(java.util.List<java.lang.Integer> hostids)
Sets new hostids.
|
void |
setInherited(java.lang.Boolean inherited)
Sets new inherited.
|
void |
setMaintenance(java.lang.Boolean maintenance)
Sets new maintenance.
|
void |
setMin_severity(java.lang.Integer min_severity)
Sets new min_severity.
|
void |
setMonitored(java.lang.String monitored)
Sets new monitored.
|
void |
setSelectDiscoveryRule(java.lang.String selectDiscoveryRule)
Sets new selectDiscoveryRule.
|
void |
setSelectFunctions(java.lang.String selectFunctions)
Sets new selectFunctions.
|
void |
setSelectGroups(java.lang.String selectGroups)
Sets new selectGroups.
|
void |
setSelectHosts(java.lang.String selectHosts)
Sets new selectHosts.
|
void |
setSelectItems(java.lang.String selectItems)
Sets new selectItems.
|
void |
setTemplated(java.lang.Boolean templated)
Sets new templated.
|
void |
setTemplateids(java.util.List<java.lang.Integer> templateids)
Sets new templateids.
|
void |
setTriggerids(java.util.List<java.lang.Integer> triggerids)
Sets new triggerids.
|
addSortField, getCountOutput, getEditable, getExcludeSearch, getLimit, getLimitSelects, getNodeids, getOutput, getPreservekeys, getSearch, getSearchByAny, getSearchWildcardsEnabled, getSelectConditions, getSelectOperations, getSortfield, getSortorder, getStartSearch, isCountOutput, isEditable, isExcludeSearch, isPreservekeys, isSearchByAny, isSearchWildcardsEnabled, setCountOutput, setEditable, setExcludeSearch, setLimit, setLimit, setLimitSelects, setNodeId, setNodeids, setOutput, setPreservekeys, setSearch, setSearchByAny, setSearchWildcardsEnabled, setSelectConditions, setSelectOperations, setSortfield, setSortField, setSortOrder, setSortorder, setStartSearchpublic void addApplicationId(java.lang.Integer id)
public void addDiscoveryId(java.lang.Integer id)
public void addFunction(java.lang.String function)
public void addGroupId(java.lang.Integer id)
public void addHostId(java.lang.Integer id)
public void addTemplateId(java.lang.Integer id)
public void addTriggerId(java.lang.Integer id)
public java.lang.String getExpandData()
public void setExpandData(java.lang.String expandData)
expandData - New value of expandData.public java.lang.String getSelectFunctions()
public void setSelectFunctions(java.lang.String selectFunctions)
selectFunctions - New value of selectFunctions.public java.lang.String getMonitored()
public void setMonitored(java.lang.String monitored)
monitored - New value of monitored.public java.util.List<java.lang.Integer> getHostids()
public void setHostids(java.util.List<java.lang.Integer> hostids)
hostids - New value of hostids.public java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - New value of group.public java.lang.Boolean getTemplated()
public void setTemplated(java.lang.Boolean templated)
templated - New value of templated.public java.lang.String getSelectItems()
public void setSelectItems(java.lang.String selectItems)
selectItems - New value of selectItems.public java.lang.String getSelectDiscoveryRule()
public void setSelectDiscoveryRule(java.lang.String selectDiscoveryRule)
selectDiscoveryRule - New value of selectDiscoveryRule.public java.util.List<java.lang.Integer> getGroupids()
public void setGroupids(java.util.List<java.lang.Integer> groupids)
groupids - New value of groupids.public java.lang.String getExpandExpression()
public void setExpandExpression(java.lang.String expandExpression)
expandExpression - New value of expandExpression.public java.util.List<java.lang.Integer> getDiscoveryids()
public void setDiscoveryids(java.util.List<java.lang.Integer> discoveryids)
discoveryids - New value of discoveryids.public java.util.List<java.lang.String> getFunctions()
public void setFunctions(java.util.List<java.lang.String> functions)
functions - New value of functions.public java.lang.Boolean getMaintenance()
public void setMaintenance(java.lang.Boolean maintenance)
maintenance - New value of maintenance.public java.util.List<java.lang.Integer> getApplicationids()
public void setApplicationids(java.util.List<java.lang.Integer> applicationids)
applicationids - New value of applicationids.public java.lang.String getSelectGroups()
public void setSelectGroups(java.lang.String selectGroups)
selectGroups - New value of selectGroups.public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
active - New value of active.public java.lang.Integer getMin_severity()
public void setMin_severity(java.lang.Integer min_severity)
min_severity - New value of min_severity.public java.util.List<java.lang.Integer> getTemplateids()
public void setTemplateids(java.util.List<java.lang.Integer> templateids)
templateids - New value of templateids.public java.util.List<java.lang.Integer> getTriggerids()
public void setTriggerids(java.util.List<java.lang.Integer> triggerids)
triggerids - New value of triggerids.public java.lang.String getSelectHosts()
public void setSelectHosts(java.lang.String selectHosts)
selectHosts - New value of selectHosts.public java.lang.Boolean getInherited()
public void setInherited(java.lang.Boolean inherited)
inherited - New value of inherited.public java.lang.String getHost()
public void setHost(java.lang.String host)
host - New value of host.