public class TemplateScreenItemGetRequest.Params extends GetRequestCommonParams
GetRequestCommonParams.SortOrder| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<java.lang.Integer> |
getHostids()
Gets hostids.
|
java.util.List<java.lang.Integer> |
getScreenids()
Gets screenids.
|
java.util.List<java.lang.Integer> |
getScreenitemids()
Gets screenitemids.
|
void |
setHostids(java.util.List<java.lang.Integer> hostids)
Sets new hostids.
|
void |
setScreenids(java.util.List<java.lang.Integer> screenids)
Sets new screenids.
|
void |
setScreenitemids(java.util.List<java.lang.Integer> screenitemids)
Sets new screenitemids.
|
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> getHostids()
public void setHostids(java.util.List<java.lang.Integer> hostids)
hostids - New value of hostids.public java.util.List<java.lang.Integer> getScreenids()
public void setScreenids(java.util.List<java.lang.Integer> screenids)
screenids - New value of screenids.public java.util.List<java.lang.Integer> getScreenitemids()
public void setScreenitemids(java.util.List<java.lang.Integer> screenitemids)
screenitemids - New value of screenitemids.