public class SearchCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchCondition() |
SearchCondition(SearchCondition source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
SearchConditionInstanceNew |
getInstance()
Get 查询框架,必选
|
String |
getKeyword()
Get 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
|
String |
getSort()
Get 排序顺序(asc,desc)
|
String |
getSortCol()
Get 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
|
void |
setInstance(SearchConditionInstanceNew Instance)
Set 查询框架,必选
|
void |
setKeyword(String Keyword)
Set 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
|
void |
setSort(String Sort)
Set 排序顺序(asc,desc)
|
void |
setSortCol(String SortCol)
Set 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchCondition()
public SearchCondition(SearchCondition source)
public SearchConditionInstanceNew getInstance()
public void setInstance(SearchConditionInstanceNew Instance)
Instance
- 查询框架,必选public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选public String getSort()
public void setSort(String Sort)
Sort
- 排序顺序(asc,desc)public String getSortCol()
public void setSortCol(String SortCol)
SortCol
- 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)Copyright © 2024. All rights reserved.