public class ApplicableProducts extends AbstractModel
skipSign
Constructor and Description |
---|
ApplicableProducts() |
ApplicableProducts(ApplicableProducts 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 |
getGoodsName()
Get Valid values: `all products` or names of the applicable products (string).
|
String |
getPayMode()
Get Valid values: `postPay`: pay-as-you-go; `prePay`: prepaid; `riPay`: reserved instance; empty or `*`: all.
|
void |
setGoodsName(String GoodsName)
Set Valid values: `all products` or names of the applicable products (string).
|
void |
setPayMode(String PayMode)
Set Valid values: `postPay`: pay-as-you-go; `prePay`: prepaid; `riPay`: reserved instance; empty or `*`: all.
|
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 ApplicableProducts()
public ApplicableProducts(ApplicableProducts source)
public String getGoodsName()
public void setGoodsName(String GoodsName)
GoodsName
- Valid values: `all products` or names of the applicable products (string). Multiple names are separated by commas.public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Valid values: `postPay`: pay-as-you-go; `prePay`: prepaid; `riPay`: reserved instance; empty or `*`: all. If `GoodsName` contains multiple product names and `PayMode` is `*`, it indicates that the voucher can be used in all billing modes for each of the products.Copyright © 2023. All rights reserved.