Class PaasStrategyItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.PaasStrategyItem
-
public class PaasStrategyItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PaasStrategyItem()PaasStrategyItem(PaasStrategyItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetContentType()Get 素材类型 0-普短 1-超短LonggetId()Get 短信模板id或超级短信样例idvoidsetContentType(Long ContentType)Set 素材类型 0-普短 1-超短voidsetId(Long Id)Set 短信模板id或超级短信样例idvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PaasStrategyItem
public PaasStrategyItem()
-
PaasStrategyItem
public PaasStrategyItem(PaasStrategyItem 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.
-
-
Method Detail
-
getId
public Long getId()
Get 短信模板id或超级短信样例id- Returns:
- Id 短信模板id或超级短信样例id
-
setId
public void setId(Long Id)
Set 短信模板id或超级短信样例id- Parameters:
Id- 短信模板id或超级短信样例id
-
getContentType
public Long getContentType()
Get 素材类型 0-普短 1-超短- Returns:
- ContentType 素材类型 0-普短 1-超短
-
setContentType
public void setContentType(Long ContentType)
Set 素材类型 0-普短 1-超短- Parameters:
ContentType- 素材类型 0-普短 1-超短
-
-