public class DescribeTemplateListStatus extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTemplateListStatus() |
DescribeTemplateListStatus(DescribeTemplateListStatus 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 |
getCreateTime()
Get Application submission time in the format of UNIX timestamp in seconds.
|
Long |
getInternational()
Get Whether it is Global SMS.
|
String |
getReviewReply()
Get Review reply, i.e., response given by the reviewer, which is usually the reason for rejection.
|
Long |
getStatusCode()
Get Signature application status.
|
Long |
getTemplateId()
Get Template ID
|
String |
getTemplateName()
Get Template name.
|
void |
setCreateTime(Long CreateTime)
Set Application submission time in the format of UNIX timestamp in seconds.
|
void |
setInternational(Long International)
Set Whether it is Global SMS.
|
void |
setReviewReply(String ReviewReply)
Set Review reply, i.e., response given by the reviewer, which is usually the reason for rejection.
|
void |
setStatusCode(Long StatusCode)
Set Signature application status.
|
void |
setTemplateId(Long TemplateId)
Set Template ID
|
void |
setTemplateName(String TemplateName)
Set Template name.
|
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 DescribeTemplateListStatus()
public DescribeTemplateListStatus(DescribeTemplateListStatus source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Template IDpublic Long getInternational()
public void setInternational(Long International)
International
- Whether it is Global SMS. Valid values:
0: Mainland China SMS.
1: Global SMSpublic Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode
- Signature application status. Valid values:
0: approved.
-1: rejected or failed.public String getReviewReply()
public void setReviewReply(String ReviewReply)
ReviewReply
- Review reply, i.e., response given by the reviewer, which is usually the reason for rejection.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Template name.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Application submission time in the format of UNIX timestamp in seconds.Copyright © 2023. All rights reserved.