public class SortBy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SortBy() | 
| SortBy(SortBy 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 | getFieldName()Get 排序指标 | 
| String | getOrderType()Get 排序方式 | 
| void | setFieldName(String FieldName)Set 排序指标 | 
| void | setOrderType(String OrderType)Set 排序方式 | 
| 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 SortBy()
public SortBy(SortBy source)
public String getFieldName()
public void setFieldName(String FieldName)
FieldName - 排序指标public String getOrderType()
public void setOrderType(String OrderType)
OrderType - 排序方式Copyright © 2025. All rights reserved.