public class PromotionActivityContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
PromotionActivityContent() |
PromotionActivityContent(PromotionActivityContent 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 |
getCoresCountLimit()
Get 核数最低限量
|
Long |
getImageAuthorizationNum()
Get 附赠镜像数
|
Long |
getMonthNum()
Get 月数
|
Long |
getProfessionalDiscount()
Get 专业版折扣
|
void |
setCoresCountLimit(Long CoresCountLimit)
Set 核数最低限量
|
void |
setImageAuthorizationNum(Long ImageAuthorizationNum)
Set 附赠镜像数
|
void |
setMonthNum(Long MonthNum)
Set 月数
|
void |
setProfessionalDiscount(Long ProfessionalDiscount)
Set 专业版折扣
|
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 PromotionActivityContent()
public PromotionActivityContent(PromotionActivityContent source)
public Long getMonthNum()
public void setMonthNum(Long MonthNum)
MonthNum
- 月数public Long getCoresCountLimit()
public void setCoresCountLimit(Long CoresCountLimit)
CoresCountLimit
- 核数最低限量public Long getProfessionalDiscount()
public void setProfessionalDiscount(Long ProfessionalDiscount)
ProfessionalDiscount
- 专业版折扣public Long getImageAuthorizationNum()
public void setImageAuthorizationNum(Long ImageAuthorizationNum)
ImageAuthorizationNum
- 附赠镜像数Copyright © 2024. All rights reserved.