Class DescribeL7RulesBySSLCertIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DescribeL7RulesBySSLCertIdRequest
-
public class DescribeL7RulesBySSLCertIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeL7RulesBySSLCertIdRequest()
DescribeL7RulesBySSLCertIdRequest(DescribeL7RulesBySSLCertIdRequest 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[]
getCertIds()
Get 证书ID列表String
getStatus()
Get 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态void
setCertIds(String[] CertIds)
Set 证书ID列表void
setStatus(String Status)
Set 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态void
toMap(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
-
DescribeL7RulesBySSLCertIdRequest
public DescribeL7RulesBySSLCertIdRequest()
-
DescribeL7RulesBySSLCertIdRequest
public DescribeL7RulesBySSLCertIdRequest(DescribeL7RulesBySSLCertIdRequest 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
-
getStatus
public String getStatus()
Get 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态- Returns:
- Status 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态
-
setStatus
public void setStatus(String Status)
Set 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态- Parameters:
Status
- 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态
-
getCertIds
public String[] getCertIds()
Get 证书ID列表- Returns:
- CertIds 证书ID列表
-
setCertIds
public void setCertIds(String[] CertIds)
Set 证书ID列表- Parameters:
CertIds
- 证书ID列表
-
-