public class DescribeResourcesByDealNameRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeResourcesByDealNameRequest()  | 
DescribeResourcesByDealNameRequest(DescribeResourcesByDealNameRequest 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 | 
getDealName()
Get Order ID. 
 | 
String[] | 
getDealNames()
Get Order ID, which can be used to query the resource information of multiple orders ID (If the cluster is not delivered yet, the `DescribeResourcesByDealName` API may return the `InvalidParameterValue.DealNameNotFound` error. 
 | 
void | 
setDealName(String DealName)
Set Order ID. 
 | 
void | 
setDealNames(String[] DealNames)
Set Order ID, which can be used to query the resource information of multiple orders ID (If the cluster is not delivered yet, the `DescribeResourcesByDealName` API may return the `InvalidParameterValue.DealNameNotFound` error. 
 | 
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 DescribeResourcesByDealNameRequest()
public DescribeResourcesByDealNameRequest(DescribeResourcesByDealNameRequest source)
public String getDealName()
public void setDealName(String DealName)
DealName - Order ID. (If the cluster is not delivered yet, the `DescribeResourcesByDealName` API may return the `InvalidParameterValue.DealNameNotFound` error. Call the API again until it succeeds.)public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames - Order ID, which can be used to query the resource information of multiple orders ID (If the cluster is not delivered yet, the `DescribeResourcesByDealName` API may return the `InvalidParameterValue.DealNameNotFound` error. Call the API again until it succeeds.)Copyright © 2025. All rights reserved.