public class DescribeSpecSellStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSpecSellStatusRequest() |
DescribeSpecSellStatusRequest(DescribeSpecSellStatusRequest 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 |
getCurrency()
Get Currency.
|
String |
getDBVersion()
Get Database version, which can be obtained by calling the DescribeProductConfig API.
|
String |
getPayMode()
Get Payment mode.
|
Long |
getPid()
Get Product ID, which can be obtained by calling the DescribeProductConfig API.
|
Long[] |
getSpecIdSet()
Get Instance specification ID, which can be obtained by calling the DescribeProductConfig API.
|
String |
getZone()
Get AZ ID.
|
void |
setCurrency(String Currency)
Set Currency.
|
void |
setDBVersion(String DBVersion)
Set Database version, which can be obtained by calling the DescribeProductConfig API.
|
void |
setPayMode(String PayMode)
Set Payment mode.
|
void |
setPid(Long Pid)
Set Product ID, which can be obtained by calling the DescribeProductConfig API.
|
void |
setSpecIdSet(Long[] SpecIdSet)
Set Instance specification ID, which can be obtained by calling the DescribeProductConfig API.
|
void |
setZone(String Zone)
Set AZ ID.
|
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, toJsonString
public DescribeSpecSellStatusRequest()
public DescribeSpecSellStatusRequest(DescribeSpecSellStatusRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- AZ ID. For example, ap-guangzhou-3.public Long[] getSpecIdSet()
public void setSpecIdSet(Long[] SpecIdSet)
SpecIdSet
- Instance specification ID, which can be obtained by calling the DescribeProductConfig API.public String getDBVersion()
public void setDBVersion(String DBVersion)
DBVersion
- Database version, which can be obtained by calling the DescribeProductConfig API.public Long getPid()
public void setPid(Long Pid)
Pid
- Product ID, which can be obtained by calling the DescribeProductConfig API.public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Payment mode. POST: pay-as-you-go; PRE: monthly subscription.public String getCurrency()
public void setCurrency(String Currency)
Currency
- Currency. CNY; USD.Copyright © 2025. All rights reserved.