public class Sort extends AbstractModel
| Constructor and Description | 
|---|
| Sort() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey()Get Fields that can be sorted. | 
| String | getSequence()Get `asc` or `desc`. | 
| void | setKey(String Key)Set Fields that can be sorted. | 
| void | setSequence(String Sequence)Set `asc` or `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, toJsonStringpublic String getKey()
public void setKey(String Key)
Key - Fields that can be sorted. Currently supports:
`createTime`: domain name creation time.
`certExpireTime`: certificate expiration time.
Default value: createTime.public String getSequence()
public void setSequence(String Sequence)
Sequence - `asc` or `desc`. Default: `desc`.Copyright © 2021. All rights reserved.