public class DescribeSmsTemplateListRequest extends AbstractModel
skipSign
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 Whether it is Global SMS:
0: Mainland China SMS.
|
Long[] |
getTemplateIdSet()
Get Template ID array.
|
void |
setInternational(Long International)
Set Whether it is Global SMS:
0: Mainland China SMS.
|
void |
setTemplateIdSet(Long[] TemplateIdSet)
Set Template ID array.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSmsTemplateListRequest()
public DescribeSmsTemplateListRequest(DescribeSmsTemplateListRequest source)
public Long[] getTemplateIdSet()
public void setTemplateIdSet(Long[] TemplateIdSet)
TemplateIdSet
- Template ID array.public Long getInternational()
public void setInternational(Long International)
International
- Whether it is Global SMS:
0: Mainland China SMS.
1: Global SMS.Copyright © 2023. All rights reserved.