public static class QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
rejectDate
The time when the message template was rejected.
|
String |
rejectInfo
The reason why the message template was rejected.
|
String |
rejectSubInfo
The remarks about the rejection.
|
| 构造器和说明 |
|---|
QuerySmsTemplateListResponseBodySmsTemplateListReason() |
@NameInMap(value="RejectDate") public String rejectDate
The time when the message template was rejected. Format: yyyy-MM-dd HH:mm:ss.
example:2020-06-04 16:01:17
@NameInMap(value="RejectInfo") public String rejectInfo
The reason why the message template was rejected.
example:The document cannot verify the authenticity of the information. Please upload it again.
@NameInMap(value="RejectSubInfo") public String rejectSubInfo
The remarks about the rejection.
example:The document cannot verify the authenticity of the information. Please upload it again.
public QuerySmsTemplateListResponseBodySmsTemplateListReason()
public static QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason build(Map<String,?> map) throws Exception
Exceptionpublic QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason setRejectDate(String rejectDate)
public String getRejectDate()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason setRejectInfo(String rejectInfo)
public String getRejectInfo()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason setRejectSubInfo(String rejectSubInfo)
public String getRejectSubInfo()
Copyright © 2024. All rights reserved.