public class HostPrototypeGetRequest.Params extends GetRequestCommonParams
GetRequestCommonParams.SortOrder| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<java.lang.Integer> |
getDiscoveryids()
Gets discoveryids.
|
java.util.List<java.lang.Integer> |
getHostids()
Gets hostids.
|
java.lang.Boolean |
getInherited()
Gets inherited.
|
java.lang.String |
getSelectDiscoveryRule()
Gets selectDiscoveryRule.
|
java.lang.String |
getSelectGroupLinks()
Gets selectGroupLinks.
|
java.lang.String |
getSelectGroupPrototypes()
Gets selectGroupPrototypes.
|
java.util.List<java.lang.String> |
getSelectInventory()
Gets selectInventory.
|
java.lang.String |
getSelectParentHost()
Gets selectParentHost.
|
java.lang.String |
getSelectTemplates()
Gets selectTemplates.
|
void |
setDiscoveryids(java.util.List<java.lang.Integer> discoveryids)
Sets new discoveryids.
|
void |
setHostids(java.util.List<java.lang.Integer> hostids)
Sets new hostids.
|
void |
setInherited(java.lang.Boolean inherited)
Sets new inherited.
|
void |
setSelectDiscoveryRule(java.lang.String selectDiscoveryRule)
Sets new selectDiscoveryRule.
|
void |
setSelectGroupLinks(java.lang.String selectGroupLinks)
Sets new selectGroupLinks.
|
void |
setSelectGroupPrototypes(java.lang.String selectGroupPrototypes)
Sets new selectGroupPrototypes.
|
void |
setSelectInventory(java.util.List<java.lang.String> selectInventory)
Sets new selectInventory.
|
void |
setSelectParentHost(java.lang.String selectParentHost)
Sets new selectParentHost.
|
void |
setSelectTemplates(java.lang.String selectTemplates)
Sets new selectTemplates.
|
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 java.util.List<java.lang.Integer> getDiscoveryids()
public void setDiscoveryids(java.util.List<java.lang.Integer> discoveryids)
discoveryids - New value of discoveryids.public java.lang.Boolean getInherited()
public void setInherited(java.lang.Boolean inherited)
inherited - New value of inherited.public java.lang.String getSelectTemplates()
public void setSelectTemplates(java.lang.String selectTemplates)
selectTemplates - New value of selectTemplates.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 getSelectGroupLinks()
public void setSelectGroupLinks(java.lang.String selectGroupLinks)
selectGroupLinks - New value of selectGroupLinks.public java.lang.String getSelectDiscoveryRule()
public void setSelectDiscoveryRule(java.lang.String selectDiscoveryRule)
selectDiscoveryRule - New value of selectDiscoveryRule.public java.lang.String getSelectGroupPrototypes()
public void setSelectGroupPrototypes(java.lang.String selectGroupPrototypes)
selectGroupPrototypes - New value of selectGroupPrototypes.public java.lang.String getSelectParentHost()
public void setSelectParentHost(java.lang.String selectParentHost)
selectParentHost - New value of selectParentHost.public java.util.List<java.lang.String> getSelectInventory()
public void setSelectInventory(java.util.List<java.lang.String> selectInventory)
selectInventory - New value of selectInventory.