Class DescribeDeployedResourcesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.DescribeDeployedResourcesRequest
-
public class DescribeDeployedResourcesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDeployedResourcesRequest()DescribeDeployedResourcesRequest(DescribeDeployedResourcesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCertificateIds()Get 证书IDStringgetResourceType()Get 资源类型:clb,cdn,live,waf,antiddosvoidsetCertificateIds(String[] CertificateIds)Set 证书IDvoidsetResourceType(String ResourceType)Set 资源类型:clb,cdn,live,waf,antiddosvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDeployedResourcesRequest
public DescribeDeployedResourcesRequest()
-
DescribeDeployedResourcesRequest
public DescribeDeployedResourcesRequest(DescribeDeployedResourcesRequest 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.
-
-
Method Detail
-
getCertificateIds
public String[] getCertificateIds()
Get 证书ID- Returns:
- CertificateIds 证书ID
-
setCertificateIds
public void setCertificateIds(String[] CertificateIds)
Set 证书ID- Parameters:
CertificateIds- 证书ID
-
getResourceType
public String getResourceType()
Get 资源类型:clb,cdn,live,waf,antiddos- Returns:
- ResourceType 资源类型:clb,cdn,live,waf,antiddos
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源类型:clb,cdn,live,waf,antiddos- Parameters:
ResourceType- 资源类型:clb,cdn,live,waf,antiddos
-
-