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 IDs to be queried, which are returned by the APIs for creating, renewing, or scaling instances. 
 | 
void | 
setDealNames(String[] DealNames)
Set List of long order IDs to be queried, which are returned by 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, isStream, 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 IDs to be queried, which are returned by the APIs for creating, renewing, or scaling instances.Copyright © 2025. All rights reserved.