Class SearchConditionNew
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.SearchConditionNew
-
public class SearchConditionNew extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchConditionNew()
SearchConditionNew(SearchConditionNew 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SearchConditionNew
public SearchConditionNew()
-
SearchConditionNew
public SearchConditionNew(SearchConditionNew 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.
-
-
Method Detail
-
getInstance
public SearchConditionInstanceNew getInstance()
Get 查询框架,必选- Returns:
- Instance 查询框架,必选
-
setInstance
public void setInstance(SearchConditionInstanceNew Instance)
Set 查询框架,必选- Parameters:
Instance
- 查询框架,必选
-
getKeyword
public String getKeyword()
Get 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选- Returns:
- Keyword 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
-
setKeyword
public void setKeyword(String Keyword)
Set 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选- Parameters:
Keyword
- 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
-
getSort
public String getSort()
Get 排序顺序(asc,desc)- Returns:
- Sort 排序顺序(asc,desc)
-
setSort
public void setSort(String Sort)
Set 排序顺序(asc,desc)- Parameters:
Sort
- 排序顺序(asc,desc)
-
getSortCol
public String getSortCol()
Get 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)- Returns:
- SortCol 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
-
setSortCol
public void setSortCol(String SortCol)
Set 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)- Parameters:
SortCol
- 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
-
-