public class ApplicableProducts extends AbstractModel
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 适用商品名称,值为“全产品通用”或商品名称组成的string,以","分割。
|
String |
getPayMode()
Get postPay后付费/prePay预付费/riPay预留实例/空字符串或者"*"表示全部模式。如GoodsName为多个商品名以","分割组成的string,而PayMode为"*",表示每一件商品的模式都为"*"。
|
void |
setGoodsName(String GoodsName)
Set 适用商品名称,值为“全产品通用”或商品名称组成的string,以","分割。
|
void |
setPayMode(String PayMode)
Set postPay后付费/prePay预付费/riPay预留实例/空字符串或者"*"表示全部模式。如GoodsName为多个商品名以","分割组成的string,而PayMode为"*",表示每一件商品的模式都为"*"。
|
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 ApplicableProducts()
public ApplicableProducts(ApplicableProducts source)
public String getGoodsName()
public void setGoodsName(String GoodsName)
GoodsName
- 适用商品名称,值为“全产品通用”或商品名称组成的string,以","分割。public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- postPay后付费/prePay预付费/riPay预留实例/空字符串或者"*"表示全部模式。如GoodsName为多个商品名以","分割组成的string,而PayMode为"*",表示每一件商品的模式都为"*"。Copyright © 2022. All rights reserved.