Class QuerySort
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssa.v20180608.models.QuerySort
-
public class QuerySort extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSortKey()Get 排序字段LonggetSortType()Get 顺序,1升序2降序voidsetSortKey(String SortKey)Set 排序字段voidsetSortType(Long SortType)Set 顺序,1升序2降序voidtoMap(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
-
QuerySort
public QuerySort()
-
QuerySort
public QuerySort(QuerySort 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
-
getSortKey
public String getSortKey()
Get 排序字段- Returns:
- SortKey 排序字段
-
setSortKey
public void setSortKey(String SortKey)
Set 排序字段- Parameters:
SortKey- 排序字段
-
getSortType
public Long getSortType()
Get 顺序,1升序2降序- Returns:
- SortType 顺序,1升序2降序
-
setSortType
public void setSortType(Long SortType)
Set 顺序,1升序2降序- Parameters:
SortType- 顺序,1升序2降序
-
-