public class SortCondition extends AbstractModel
Constructor and Description |
---|
SortCondition() |
SortCondition(SortCondition 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 排序属性。
|
String |
getSortOrder()
Get 排序顺序,ASC为正向排序,DESC为反向排序。
|
void |
setSortKey(String SortKey)
Set 排序属性。
|
void |
setSortOrder(String SortOrder)
Set 排序顺序,ASC为正向排序,DESC为反向排序。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SortCondition()
public SortCondition(SortCondition source)
public String getSortKey()
public void setSortKey(String SortKey)
SortKey
- 排序属性。public String getSortOrder()
public void setSortOrder(String SortOrder)
SortOrder
- 排序顺序,ASC为正向排序,DESC为反向排序。Copyright © 2022. All rights reserved.