public class Goods extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Goods() | 
| Goods(Goods 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 | 
|---|---|
| Long | getGoodsCategoryId()Get 计费类目ID,对应cid | 
| GoodsDetail | getGoodsDetail()Get 商品明细 | 
| Long | getGoodsNum()Get 商品数量 | 
| Long | getPayMode()Get 付费类型,1:预付费,0:后付费 | 
| Long | getPlatform()Get 平台类型,默认1 | 
| Long | getProjectId()Get 默认为0 | 
| Long | getRegionId()Get 购买waf实例区域ID | 
| void | setGoodsCategoryId(Long GoodsCategoryId)Set 计费类目ID,对应cid | 
| void | setGoodsDetail(GoodsDetail GoodsDetail)Set 商品明细 | 
| void | setGoodsNum(Long GoodsNum)Set 商品数量 | 
| void | setPayMode(Long PayMode)Set 付费类型,1:预付费,0:后付费 | 
| void | setPlatform(Long Platform)Set 平台类型,默认1 | 
| void | setProjectId(Long ProjectId)Set 默认为0 | 
| void | setRegionId(Long RegionId)Set 购买waf实例区域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, toJsonStringpublic Goods()
public Goods(Goods source)
public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 付费类型,1:预付费,0:后付费public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum - 商品数量public GoodsDetail getGoodsDetail()
public void setGoodsDetail(GoodsDetail GoodsDetail)
GoodsDetail - 商品明细public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - 默认为0public Long getGoodsCategoryId()
public void setGoodsCategoryId(Long GoodsCategoryId)
GoodsCategoryId - 计费类目ID,对应cidpublic Long getPlatform()
public void setPlatform(Long Platform)
Platform - 平台类型,默认1public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - 购买waf实例区域IDCopyright © 2025. All rights reserved.