public class GoodNews extends AbstractModel
header, skipSign
Constructor and Description |
---|
GoodNews() |
GoodNews(GoodNews 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 Order type ID, which is used to uniquely identify a business scene.
|
GoodsDetailNew |
getGoodsDetail()
Get Product Detail
|
Long |
getGoodsNum()
Get Number of products
|
Long |
getRegionId()
Get Region ID for purchasing WAF instance
1 indicates purchasing resources in Chinese mainland.
|
void |
setGoodsCategoryId(Long GoodsCategoryId)
Set Order type ID, which is used to uniquely identify a business scene.
|
void |
setGoodsDetail(GoodsDetailNew GoodsDetail)
Set Product Detail
|
void |
setGoodsNum(Long GoodsNum)
Set Number of products
|
void |
setRegionId(Long RegionId)
Set Region ID for purchasing WAF instance
1 indicates purchasing resources in Chinese mainland.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GoodNews()
public GoodNews(GoodNews source)
public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum
- Number of productspublic GoodsDetailNew getGoodsDetail()
public void setGoodsDetail(GoodsDetailNew GoodsDetail)
GoodsDetail
- Product Detailpublic Long getGoodsCategoryId()
public void setGoodsCategoryId(Long GoodsCategoryId)
GoodsCategoryId
- Order type ID, which is used to uniquely identify a business scene. (There are three scenes in total: new purchase, configuration change, and renewal.)
Advanced Edition: 102375 (new purchase), 102376 (renewal), and 102377 (configuration change)
Enterprise Edition: 102378 (new purchase), 102379 (renewal), and 102380 (configuration change)
Ultimate Edition: 102369 (new purchase), 102370 (renewal), and 102371 (configuration change)
Domain name package: 102372 (new purchase), 102373 (renewal), and 102374 (configuration change)
Business expansion package: 101040 (new purchase), 101041 (renewal), and 101042 (configuration change)
Advanced Edition - CLB: 101198 (new purchase), 101199 (renewal), and 101200 (configuration change)
Enterprise Edition - CLB: 101204 (new purchase), 101205 (renewal), and 101206 (configuration change)
Ultimate Edition - CLB: 101201 (new purchase), 101202 (renewal), and 101203 (configuration change)
Domain name package - CLB: 101207 (new purchase), 101208 (renewal), and 101209 (configuration change)
Business expansion package - CLB: 101210 (new purchase), 101211 (renewal), and 101212 (configuration adjustment)
Note: This field may return null, indicating that no valid values can be obtained.public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Region ID for purchasing WAF instance
1 indicates purchasing resources in Chinese mainland.
9 indicates purchasing resources outside Chinese mainland.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.