public static class QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
rejectDate
The time when the signature was rejected.
|
String |
rejectInfo
The reason why the signature was rejected.
|
String |
rejectSubInfo
The remarks about the rejection.
|
| 构造器和说明 |
|---|
QuerySmsSignListResponseBodySmsSignListReason() |
@NameInMap(value="RejectDate") public String rejectDate
The time when the signature was rejected. Format: yyyy-MM-dd HH:mm:ss.
example:2020-01-08 19:02:13
@NameInMap(value="RejectInfo") public String rejectInfo
The reason why the signature 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 QuerySmsSignListResponseBodySmsSignListReason()
public static QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason build(Map<String,?> map) throws Exception
Exceptionpublic QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason setRejectDate(String rejectDate)
public String getRejectDate()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason setRejectInfo(String rejectInfo)
public String getRejectInfo()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason setRejectSubInfo(String rejectSubInfo)
public String getRejectSubInfo()
Copyright © 2024. All rights reserved.