public static class QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
auditStatus
The approval status of the signature.
|
String |
businessType
The type of the signature scenario.
|
String |
createDate
The time when the signature was created.
|
String |
orderId
The ticket ID.
|
QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason |
reason
The approval remarks.
|
String |
signName
The name of the signature.
|
| 构造器和说明 |
|---|
QuerySmsSignListResponseBodySmsSignList() |
@NameInMap(value="AuditStatus") public String auditStatus
The approval status of the signature. Valid values:
AUDIT_STATE_NOT_PASS
@NameInMap(value="BusinessType") public String businessType
The type of the signature scenario. The return value ends with "type". Valid values:
Verification code type
@NameInMap(value="CreateDate") public String createDate
The time when the signature was created. Format: yyyy-MM-dd HH:mm:ss.
example:2020-01-08 16:44:13
@NameInMap(value="OrderId") public String orderId
The ticket ID.
example:236****5
@NameInMap(value="Reason") public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason reason
The approval remarks.
@NameInMap(value="SignName") public String signName
The name of the signature.
example:Aliyun
public static QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList build(Map<String,?> map) throws Exception
Exceptionpublic QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setAuditStatus(String auditStatus)
public String getAuditStatus()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setBusinessType(String businessType)
public String getBusinessType()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setCreateDate(String createDate)
public String getCreateDate()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setOrderId(String orderId)
public String getOrderId()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setReason(QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason reason)
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignListReason getReason()
public QuerySmsSignListResponseBody.QuerySmsSignListResponseBodySmsSignList setSignName(String signName)
public String getSignName()
Copyright © 2024. All rights reserved.