public class ProxyGetRequest.Params extends GetRequestCommonParams
GetRequestCommonParams.SortOrder| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addProxyId(java.lang.Integer id) |
java.util.List<java.lang.Integer> |
getProxyids()
Gets proxyids.
|
java.lang.String |
getSelectHosts()
Gets selectHosts.
|
java.lang.String |
getSelectInterface()
Gets selectInterface.
|
void |
setProxyids(java.util.List<java.lang.Integer> proxyids)
Sets new proxyids.
|
void |
setSelectHosts(java.lang.String selectHosts)
Sets new selectHosts.
|
void |
setSelectInterface(java.lang.String selectInterface)
Sets new selectInterface.
|
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 addProxyId(java.lang.Integer id)
public java.lang.String getSelectInterface()
public void setSelectInterface(java.lang.String selectInterface)
selectInterface - New value of selectInterface.public java.lang.String getSelectHosts()
public void setSelectHosts(java.lang.String selectHosts)
selectHosts - New value of selectHosts.public java.util.List<java.lang.Integer> getProxyids()
public void setProxyids(java.util.List<java.lang.Integer> proxyids)
proxyids - New value of proxyids.