public class InquiryPriceBuyVsmRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceBuyVsmRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Get 货币类型,默认为CNY
|
Long |
getGoodsNum()
Get 需购买实例的数量
|
Long |
getPayMode()
Get 付费模式:0表示按需计费/后付费,1表示预付费
|
String |
getTimeSpan()
Get 商品的时间大小
|
String |
getTimeUnit()
Get 商品的时间单位,m表示月,y表示年
|
String |
getType()
Get 默认为CREATE,可选RENEW
|
void |
setCurrency(String Currency)
Set 货币类型,默认为CNY
|
void |
setGoodsNum(Long GoodsNum)
Set 需购买实例的数量
|
void |
setPayMode(Long PayMode)
Set 付费模式:0表示按需计费/后付费,1表示预付费
|
void |
setTimeSpan(String TimeSpan)
Set 商品的时间大小
|
void |
setTimeUnit(String TimeUnit)
Set 商品的时间单位,m表示月,y表示年
|
void |
setType(String Type)
Set 默认为CREATE,可选RENEW
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum
- 需购买实例的数量public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式:0表示按需计费/后付费,1表示预付费public String getTimeSpan()
public void setTimeSpan(String TimeSpan)
TimeSpan
- 商品的时间大小public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 商品的时间单位,m表示月,y表示年public String getCurrency()
public void setCurrency(String Currency)
Currency
- 货币类型,默认为CNYpublic String getType()
public void setType(String Type)
Type
- 默认为CREATE,可选RENEWCopyright © 2021. All rights reserved.