public class CommitCertificateInformationResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CommitCertificateInformationResponse() | 
| CommitCertificateInformationResponse(CommitCertificateInformationResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOrderId()Get TrustAsia order ID | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getStatus()Get Certificate status. | 
| void | setOrderId(String OrderId)Set TrustAsia order ID | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setStatus(Long Status)Set Certificate status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CommitCertificateInformationResponse()
public CommitCertificateInformationResponse(CommitCertificateInformationResponse source)
public String getOrderId()
public void setOrderId(String OrderId)
OrderId - TrustAsia order IDpublic Long getStatus()
public void setStatus(Long Status)
Status - Certificate status. `0`: reviewing; `1`: approved; `2`: unapproved; `3`: expired; `4`: DNS record added; `5`: enterprise-grade certificate, pending submission; `6`: canceling order; `7`: canceled; `8`: information submitted, pending confirmation letter upload; `9`: revoking certificate; `10`: revoked; `11`: reissuing; `12`: pending revocation confirmation letter uploadpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.