public class GetSmsSignResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetSmsSignResponseBody.GetSmsSignResponseBodyAuditInfo |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applyScene
Content of application scenarios.
|
GetSmsSignResponseBody.GetSmsSignResponseBodyAuditInfo |
auditInfo
Audit information.
|
String |
code
Request status code.
|
String |
createDate
Creation date and time of the SMS signature.
|
List<String> |
fileUrlList
更多资料信息,补充上传业务证明文件或业务截图文件列表。
|
String |
message
Description of the status code.
|
String |
orderId
Work order number.
|
Long |
qualificationId
Credential ID, the credential ID associated when applying for the signature.
|
String |
remark
Explanation of the SMS signature scenario, with a maximum length of 200 characters.
|
String |
requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and issue localization.
|
String |
signCode
SMS signature code.
|
String |
signName
SMS signature name.
|
Long |
signStatus
Signature review status.
|
String |
signTag
Signature tag indicating whether the signature is user-defined, system-provided, test, or trial.
|
String |
signUsage
scenarios for using signatures.
|
Boolean |
thirdParty
Signature usage indication—self-use or third-party use.
|
| 构造器和说明 |
|---|
GetSmsSignResponseBody() |
@NameInMap(value="ApplyScene") public String applyScene
Content of application scenarios.
example:@NameInMap(value="AuditInfo") public GetSmsSignResponseBody.GetSmsSignResponseBodyAuditInfo auditInfo
Audit information.
@NameInMap(value="Code") public String code
Request status code.
OK
@NameInMap(value="CreateDate") public String createDate
Creation date and time of the SMS signature.
example:2024-06-03 10:02:34
@NameInMap(value="FileUrlList") public List<String> fileUrlList
更多资料信息,补充上传业务证明文件或业务截图文件列表。
@NameInMap(value="Message") public String message
Description of the status code.
example:OK
@NameInMap(value="OrderId") public String orderId
Work order number.
Used by reviewers when querying the review. You need to provide this work order number if you require expedited review.
example:20044156924
@NameInMap(value="QualificationId") public Long qualificationId
Credential ID, the credential ID associated when applying for the signature.
example:2004393****
@NameInMap(value="Remark") public String remark
Explanation of the SMS signature scenario, with a maximum length of 200 characters.
example:Send verification code text message during login.
@NameInMap(value="RequestId") public String requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and issue localization.
example:F655A8D5-B967-440B-8683-DAD6FF8DE990
@NameInMap(value="SignCode") public String signCode
SMS signature code.
example:SIGN_100000077042023_17174665*****_ZM2kG
@NameInMap(value="SignName") public String signName
SMS signature name.
example:Aliyun
@NameInMap(value="SignStatus") public Long signStatus
Signature review status. Values:
2
@NameInMap(value="SignTag") public String signTag
Signature tag indicating whether the signature is user-defined, system-provided, test, or trial. Values:
2
@NameInMap(value="SignUsage") public String signUsage
scenarios for using signatures.
example:App.
@NameInMap(value="ThirdParty") public Boolean thirdParty
Signature usage indication—self-use or third-party use.
false: Self-use (default)
true: Third-party use
false
public static GetSmsSignResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetSmsSignResponseBody setApplyScene(String applyScene)
public String getApplyScene()
public GetSmsSignResponseBody setAuditInfo(GetSmsSignResponseBody.GetSmsSignResponseBodyAuditInfo auditInfo)
public GetSmsSignResponseBody.GetSmsSignResponseBodyAuditInfo getAuditInfo()
public GetSmsSignResponseBody setCode(String code)
public String getCode()
public GetSmsSignResponseBody setCreateDate(String createDate)
public String getCreateDate()
public GetSmsSignResponseBody setFileUrlList(List<String> fileUrlList)
public GetSmsSignResponseBody setMessage(String message)
public String getMessage()
public GetSmsSignResponseBody setOrderId(String orderId)
public String getOrderId()
public GetSmsSignResponseBody setQualificationId(Long qualificationId)
public Long getQualificationId()
public GetSmsSignResponseBody setRemark(String remark)
public String getRemark()
public GetSmsSignResponseBody setRequestId(String requestId)
public String getRequestId()
public GetSmsSignResponseBody setSignCode(String signCode)
public String getSignCode()
public GetSmsSignResponseBody setSignName(String signName)
public String getSignName()
public GetSmsSignResponseBody setSignStatus(Long signStatus)
public Long getSignStatus()
public GetSmsSignResponseBody setSignTag(String signTag)
public String getSignTag()
public GetSmsSignResponseBody setSignUsage(String signUsage)
public String getSignUsage()
public GetSmsSignResponseBody setThirdParty(Boolean thirdParty)
public Boolean getThirdParty()
Copyright © 2024. All rights reserved.