public class QuerySort extends AbstractModel
header, skipSign
Constructor and Description |
---|
QuerySort() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getSortKey()
Get 排序字段
|
Long |
getSortType()
Get 顺序,1升序2降序
|
void |
setSortKey(String SortKey)
Set 排序字段
|
void |
setSortType(Long SortType)
Set 顺序,1升序2降序
|
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 QuerySort()
public QuerySort(QuerySort source)
public String getSortKey()
public void setSortKey(String SortKey)
SortKey
- 排序字段public Long getSortType()
public void setSortType(Long SortType)
SortType
- 顺序,1升序2降序Copyright © 2024. All rights reserved.