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 |
getLimit()
Get Upper limit.
|
Long |
getOffset()
Get Offset.
|
Long[] |
getTemplateIdSet()
Get Array of template IDs.
|
void |
setInternational(Long International)
Set Whether it is Global SMS:
0: Mainland China SMS.
|
void |
setLimit(Long Limit)
Set Upper limit.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setTemplateIdSet(Long[] TemplateIdSet)
Set Array of template IDs.
|
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 getInternational()
public void setInternational(Long International)
International
- Whether it is Global SMS:
0: Mainland China SMS.
1: Global SMS.public Long[] getTemplateIdSet()
public void setTemplateIdSet(Long[] TemplateIdSet)
TemplateIdSet
- Array of template IDs. If the array is empty, the template list information will be queried by default. You need to use the `Limit` and `Offset` fields to set the query range.
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Upper limit. Maximum value: 100.
Note: it is 0 by default and is enabled when `TemplateIdSet` is empty.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.
Note: it is 0 by default and is enabled when `TemplateIdSet` is empty.Copyright © 2023. All rights reserved.