public class DescribeCertificateBindResourceTaskDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCertificateBindResourceTaskDetailResponse() |
DescribeCertificateBindResourceTaskDetailResponse(DescribeCertificateBindResourceTaskDetailResponse 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 |
---|---|
ApiGatewayInstanceList[] |
getAPIGATEWAY()
Get The details of associated APIGATEWAY resources.
|
String |
getCacheTime()
Get The cache time of the current result.
|
CdnInstanceList[] |
getCDN()
Get The details of associated CDN resources.
|
ClbInstanceList[] |
getCLB()
Get The details of associated CLB resources.
|
COSInstanceList[] |
getCOS()
Get Information of associated cos resource.
|
DdosInstanceList[] |
getDDOS()
Get The details of associated Anti-DDS resources.
|
LiveInstanceList[] |
getLIVE()
Get The details of associated LIVE resources.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStatus()
Get The status of the async task.
|
TCBInstanceList[] |
getTCB()
Get The details of associated TCB resources.
|
TeoInstanceList[] |
getTEO()
Get The details of associated TEO resources.
|
TkeInstanceList[] |
getTKE()
Get The details of associated TKE resources.
|
TSEInstanceList[] |
getTSE()
Get Associated TSE resource details
Note: This field may return null, indicating that no valid value can be obtained.
|
VODInstanceList[] |
getVOD()
Get The details of associated VOD resources.
|
WafInstanceList[] |
getWAF()
Get The details of associated WAF resources.
|
void |
setAPIGATEWAY(ApiGatewayInstanceList[] APIGATEWAY)
Set The details of associated APIGATEWAY resources.
|
void |
setCacheTime(String CacheTime)
Set The cache time of the current result.
|
void |
setCDN(CdnInstanceList[] CDN)
Set The details of associated CDN resources.
|
void |
setCLB(ClbInstanceList[] CLB)
Set The details of associated CLB resources.
|
void |
setCOS(COSInstanceList[] COS)
Set Information of associated cos resource.
|
void |
setDDOS(DdosInstanceList[] DDOS)
Set The details of associated Anti-DDS resources.
|
void |
setLIVE(LiveInstanceList[] LIVE)
Set The details of associated LIVE resources.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Long Status)
Set The status of the async task.
|
void |
setTCB(TCBInstanceList[] TCB)
Set The details of associated TCB resources.
|
void |
setTEO(TeoInstanceList[] TEO)
Set The details of associated TEO resources.
|
void |
setTKE(TkeInstanceList[] TKE)
Set The details of associated TKE resources.
|
void |
setTSE(TSEInstanceList[] TSE)
Set Associated TSE resource details
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setVOD(VODInstanceList[] VOD)
Set The details of associated VOD resources.
|
void |
setWAF(WafInstanceList[] WAF)
Set The details of associated WAF resources.
|
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, toJsonString
public DescribeCertificateBindResourceTaskDetailResponse()
public DescribeCertificateBindResourceTaskDetailResponse(DescribeCertificateBindResourceTaskDetailResponse source)
public ClbInstanceList[] getCLB()
public void setCLB(ClbInstanceList[] CLB)
CLB
- The details of associated CLB resources.
Note: This field may return null, indicating that no valid values can be obtained.public CdnInstanceList[] getCDN()
public void setCDN(CdnInstanceList[] CDN)
CDN
- The details of associated CDN resources.
Note: This field may return null, indicating that no valid values can be obtained.public WafInstanceList[] getWAF()
public void setWAF(WafInstanceList[] WAF)
WAF
- The details of associated WAF resources.
Note: This field may return null, indicating that no valid values can be obtained.public DdosInstanceList[] getDDOS()
public void setDDOS(DdosInstanceList[] DDOS)
DDOS
- The details of associated Anti-DDS resources.
Note: This field may return null, indicating that no valid values can be obtained.public LiveInstanceList[] getLIVE()
public void setLIVE(LiveInstanceList[] LIVE)
LIVE
- The details of associated LIVE resources.
Note: This field may return null, indicating that no valid values can be obtained.public VODInstanceList[] getVOD()
public void setVOD(VODInstanceList[] VOD)
VOD
- The details of associated VOD resources.
Note: This field may return null, indicating that no valid values can be obtained.public TkeInstanceList[] getTKE()
public void setTKE(TkeInstanceList[] TKE)
TKE
- The details of associated TKE resources.
Note: This field may return null, indicating that no valid values can be obtained.public ApiGatewayInstanceList[] getAPIGATEWAY()
public void setAPIGATEWAY(ApiGatewayInstanceList[] APIGATEWAY)
APIGATEWAY
- The details of associated APIGATEWAY resources.
Note: This field may return null, indicating that no valid values can be obtained.public TCBInstanceList[] getTCB()
public void setTCB(TCBInstanceList[] TCB)
TCB
- The details of associated TCB resources.
Note: This field may return null, indicating that no valid values can be obtained.public TeoInstanceList[] getTEO()
public void setTEO(TeoInstanceList[] TEO)
TEO
- The details of associated TEO resources.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- The status of the async task. Valid values: `0` for querying, `1` for successful, and `2` for abnormal. If the status is `1`, check the result of `BindResourceResult` ; if the status is `2`, check the `error` .public String getCacheTime()
public void setCacheTime(String CacheTime)
CacheTime
- The cache time of the current result.public TSEInstanceList[] getTSE()
public void setTSE(TSEInstanceList[] TSE)
TSE
- Associated TSE resource details
Note: This field may return null, indicating that no valid value can be obtained.public COSInstanceList[] getCOS()
public void setCOS(COSInstanceList[] COS)
COS
- Information of associated cos resource.
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.