public class CertSort extends AbstractModel
| Constructor and Description | 
|---|
| CertSort() | 
| CertSort(CertSort 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 Fields that can be sorted. | 
| String | getSequence()Get Sorting order. | 
| void | setKey(String Key)Set Fields that can be sorted. | 
| void | setSequence(String Sequence)Set Sorting order. | 
| 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 CertSort()
public CertSort(CertSort source)
public String getKey()
public void setKey(String Key)
Key - Fields that can be sorted. Values:
`createTime`: Domain name creation time
`certExpireTime`: Certificate expiration time
`certDeployTime`: Certificate deployment timepublic String getSequence()
public void setSequence(String Sequence)
Sequence - Sorting order. Valid values: `asc` and `desc` (default).Copyright © 2022. All rights reserved.