public static final class QuerySmsSignListResponseBody.SmsSignList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySmsSignListResponseBody.SmsSignList.Builder |
auditStatus(String auditStatus)
The approval status of the signature.
|
QuerySmsSignListResponseBody.SmsSignList |
build() |
QuerySmsSignListResponseBody.SmsSignList.Builder |
businessType(String businessType)
The type of the signature scenario.
|
QuerySmsSignListResponseBody.SmsSignList.Builder |
createDate(String createDate)
The time when the signature was created.
|
QuerySmsSignListResponseBody.SmsSignList.Builder |
orderId(String orderId)
The ticket ID.
|
QuerySmsSignListResponseBody.SmsSignList.Builder |
reason(QuerySmsSignListResponseBody.Reason reason)
The approval remarks.
|
QuerySmsSignListResponseBody.SmsSignList.Builder |
signName(String signName)
The name of the signature.
|
public QuerySmsSignListResponseBody.SmsSignList.Builder auditStatus(String auditStatus)
* **AUDIT_STATE_INIT**: The signature is pending approval. * **AUDIT_STATE_PASS**: The signature is approved. * **AUDIT_STATE_NOT_PASS**: The signature is rejected. You can view the reason in the Reason response parameter. * **AUDIT_STATE_CANCEL**: The approval is canceled.
public QuerySmsSignListResponseBody.SmsSignList.Builder businessType(String businessType)
* Verification code type * General-purpose type
public QuerySmsSignListResponseBody.SmsSignList.Builder createDate(String createDate)
public QuerySmsSignListResponseBody.SmsSignList.Builder orderId(String orderId)
public QuerySmsSignListResponseBody.SmsSignList.Builder reason(QuerySmsSignListResponseBody.Reason reason)
* If the value of AuditStatus is **AUDIT_STATE_PASS** or **AUDIT_STATE_INIT**, the value of Reason is No Approval Remarks. * If the value of AuditStatus is **AUDIT_STATE_NOT_PASS**, the reason why the signature is rejected is returned.
public QuerySmsSignListResponseBody.SmsSignList.Builder signName(String signName)
public QuerySmsSignListResponseBody.SmsSignList build()
Copyright © 2024. All rights reserved.