public class DescribeResourcesByDealNameRequest extends AbstractModel
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 © 2023. All rights reserved.