public class DescribeSmsTemplateListRequest extends AbstractModel
Constructor and Description |
---|
DescribeSmsTemplateListRequest() |
DescribeSmsTemplateListRequest(DescribeSmsTemplateListRequest 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 |
getInternational()
Get 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
String |
getLicense()
Get 商户证书
|
Long[] |
getTemplateIdSet()
Get 短信模板id数组
|
void |
setInternational(Long International)
Set 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
void |
setLicense(String License)
Set 商户证书
|
void |
setTemplateIdSet(Long[] TemplateIdSet)
Set 短信模板id数组
|
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 DescribeSmsTemplateListRequest()
public DescribeSmsTemplateListRequest(DescribeSmsTemplateListRequest source)
public String getLicense()
public void setLicense(String License)
License
- 商户证书public Long[] getTemplateIdSet()
public void setTemplateIdSet(Long[] TemplateIdSet)
TemplateIdSet
- 短信模板id数组public Long getInternational()
public void setInternational(Long International)
International
- 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。Copyright © 2022. All rights reserved.