public class InquiryPriceBuyVsmRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceBuyVsmRequest() |
InquiryPriceBuyVsmRequest(InquiryPriceBuyVsmRequest 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 货币类型,默认为CNY
|
Long |
getGoodsNum()
Get 需购买实例的数量
|
String |
getHsmType()
Get Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
|
Long |
getPayMode()
Get 付费模式:0表示按需计费/后付费,1表示预付费
|
String |
getTimeSpan()
Get 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
|
String |
getTimeUnit()
Get 商品的时间单位,m表示月,y表示年
|
String |
getType()
Get 默认为CREATE,可选RENEW
|
void |
setCurrency(String Currency)
Set 货币类型,默认为CNY
|
void |
setGoodsNum(Long GoodsNum)
Set 需购买实例的数量
|
void |
setHsmType(String HsmType)
Set Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
|
void |
setPayMode(Long PayMode)
Set 付费模式:0表示按需计费/后付费,1表示预付费
|
void |
setTimeSpan(String TimeSpan)
Set 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPriceBuyVsmRequest()
public InquiryPriceBuyVsmRequest(InquiryPriceBuyVsmRequest source)
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
- 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格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,可选RENEWpublic String getHsmType()
public void setHsmType(String HsmType)
HsmType
- Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSMCopyright © 2024. All rights reserved.