public class HttpTestGetRequest.Params extends GetRequestCommonParams
GetRequestCommonParams.SortOrder| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addApplicationId(java.lang.Integer id) |
void |
addGroupId(java.lang.Integer id) |
void |
addHostId(java.lang.Integer id) |
void |
addHttpTestId(java.lang.Integer id) |
void |
addTemplateId(java.lang.Integer id) |
java.util.List<java.lang.Integer> |
getApplicationids()
Gets applicationids.
|
java.lang.Boolean |
getExpandName()
Gets expandName.
|
java.lang.Boolean |
getExpandStepName()
Gets expandStepName.
|
java.util.List<java.lang.Integer> |
getGroupids()
Gets groupids.
|
java.util.List<java.lang.Integer> |
getHostids()
Gets hostids.
|
java.util.List<java.lang.Integer> |
getHttptestids()
Gets httptestids.
|
java.lang.Boolean |
getInherited()
Gets inherited.
|
java.lang.Boolean |
getMonitored()
Gets monitored.
|
java.lang.String |
getSelectHosts()
Gets selectHosts.
|
java.lang.String |
getSelectSteps()
Gets selectSteps.
|
java.lang.Boolean |
getTemplated()
Gets templated.
|
java.util.List<java.lang.Integer> |
getTemplateids()
Gets templateids.
|
void |
setApplicationids(java.util.List<java.lang.Integer> applicationids)
Sets new applicationids.
|
void |
setExpandName(java.lang.Boolean expandName)
Sets new expandName.
|
void |
setExpandStepName(java.lang.Boolean expandStepName)
Sets new expandStepName.
|
void |
setGroupids(java.util.List<java.lang.Integer> groupids)
Sets new groupids.
|
void |
setHostids(java.util.List<java.lang.Integer> hostids)
Sets new hostids.
|
void |
setHttptestids(java.util.List<java.lang.Integer> httptestids)
Sets new httptestids.
|
void |
setInherited(java.lang.Boolean inherited)
Sets new inherited.
|
void |
setMonitored(java.lang.Boolean monitored)
Sets new monitored.
|
void |
setSelectHosts(java.lang.String selectHosts)
Sets new selectHosts.
|
void |
setSelectSteps(java.lang.String selectSteps)
Sets new selectSteps.
|
void |
setTemplated(java.lang.Boolean templated)
Sets new templated.
|
void |
setTemplateids(java.util.List<java.lang.Integer> templateids)
Sets new templateids.
|
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 addGroupId(java.lang.Integer id)
public void addHostId(java.lang.Integer id)
public void addHttpTestId(java.lang.Integer id)
public void addTemplateId(java.lang.Integer id)
public java.lang.Boolean getExpandStepName()
public void setExpandStepName(java.lang.Boolean expandStepName)
expandStepName - New value of expandStepName.public java.util.List<java.lang.Integer> getHttptestids()
public void setHttptestids(java.util.List<java.lang.Integer> httptestids)
httptestids - New value of httptestids.public java.lang.String getSelectSteps()
public void setSelectSteps(java.lang.String selectSteps)
selectSteps - New value of selectSteps.public java.lang.Boolean getInherited()
public void setInherited(java.lang.Boolean inherited)
inherited - New value of inherited.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> getHostids()
public void setHostids(java.util.List<java.lang.Integer> hostids)
hostids - New value of hostids.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.Boolean getExpandName()
public void setExpandName(java.lang.Boolean expandName)
expandName - New value of expandName.public java.lang.String getSelectHosts()
public void setSelectHosts(java.lang.String selectHosts)
selectHosts - New value of selectHosts.public java.lang.Boolean getMonitored()
public void setMonitored(java.lang.Boolean monitored)
monitored - New value of monitored.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.Boolean getTemplated()
public void setTemplated(java.lang.Boolean templated)
templated - New value of templated.