public class DescribeSignListStatus extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSignListStatus() | 
| DescribeSignListStatus(DescribeSignListStatus 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 | getSignId()Get Signature ID | 
| String | getSignName()Get Signature name. | 
| Long | getStatusCode()Get Signature application status. | 
| 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 | setSignId(Long SignId)Set Signature ID | 
| void | setSignName(String SignName)Set Signature name. | 
| void | setStatusCode(Long StatusCode)Set Signature application status. | 
| 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, toJsonStringpublic DescribeSignListStatus()
public DescribeSignListStatus(DescribeSignListStatus source)
public Long getSignId()
public void setSignId(Long SignId)
SignId - Signature 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 getSignName()
public void setSignName(String SignName)
SignName - Signature name.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - Application submission time in the format of UNIX timestamp in seconds.Copyright © 2022. All rights reserved.