public class OrderBy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OrderBy() | 
| OrderBy(OrderBy 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 | getKey()Get Sort field (starttime, endtime, duration are supported). | 
| String | getValue()Get ASC: sequential sorting / desc: reverse sorting. | 
| void | setKey(String Key)Set Sort field (starttime, endtime, duration are supported). | 
| void | setValue(String Value)Set ASC: sequential sorting / desc: reverse sorting. | 
| 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, toJsonStringpublic OrderBy()
public OrderBy(OrderBy source)
public String getKey()
public void setKey(String Key)
Key - Sort field (starttime, endtime, duration are supported).public String getValue()
public void setValue(String Value)
Value - ASC: sequential sorting / desc: reverse sorting.Copyright © 2025. All rights reserved.