public class DescribeOrdersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOrdersRequest() | 
| DescribeOrdersRequest(DescribeOrdersRequest 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[] | getDealNames()Get List of long order numbers to be queried, which are returned for the APIs for creating, renewing, or scaling instances. | 
| void | setDealNames(String[] DealNames)Set List of long order numbers to be queried, which are returned for the APIs for creating, renewing, or scaling instances. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeOrdersRequest()
public DescribeOrdersRequest(DescribeOrdersRequest source)
public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames - List of long order numbers to be queried, which are returned for the APIs for creating, renewing, or scaling instances.Copyright © 2024. All rights reserved.