public static final class DescribeDomainSecureRiskListResponseBody.RiskList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
alarmCount(Integer alarmCount)
The number of alerts.
|
DescribeDomainSecureRiskListResponseBody.RiskList |
build() |
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
domain(String domain)
The domain name.
|
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
sslBrand(String sslBrand)
The issuer of the certificate.
|
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
sslStatus(Integer sslStatus)
Indicates whether the certificate is configured.
|
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
uuidList(List<String> uuidList)
The UUIDs of the backend servers of the website.
|
DescribeDomainSecureRiskListResponseBody.RiskList.Builder |
vulCount(Integer vulCount)
The number of vulnerabilities.
|
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder alarmCount(Integer alarmCount)
The number of alerts.
example:1
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder domain(String domain)
The domain name.
example:test.com
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder sslBrand(String sslBrand)
The issuer of the certificate.
example:globalsign
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder sslStatus(Integer sslStatus)
Indicates whether the certificate is configured. Valid values:
1
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder uuidList(List<String> uuidList)
The UUIDs of the backend servers of the website.
public DescribeDomainSecureRiskListResponseBody.RiskList.Builder vulCount(Integer vulCount)
The number of vulnerabilities.
example:1
public DescribeDomainSecureRiskListResponseBody.RiskList build()
Copyright © 2026. All rights reserved.