public static final class DescribeSecureSuggestionResponseBody.Detail.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSecureSuggestionResponseBody.Detail |
build() |
DescribeSecureSuggestionResponseBody.Detail.Builder |
description(String description)
Description of the security risk handling suggestion.
|
DescribeSecureSuggestionResponseBody.Detail.Builder |
subType(String subType)
Types of pending security risks.
|
DescribeSecureSuggestionResponseBody.Detail.Builder |
title(String title)
Name of the pending security risk item.
|
public DescribeSecureSuggestionResponseBody.Detail.Builder description(String description)
Description of the security risk handling suggestion.
example:Malicious tampering of Web pages will affect your normal access to web page content, and may also lead to serious economic losses, brand losses, and even political risks. The webpage tamper-proof service can monitor the website directory in real time and restore the tampered files or directories through backup, so as to ensure that the website information of important systems is not tampered with maliciously and prevent the occurrence of horse hanging, black chain, illegal implantation of terrorist threats, pornography and other content.
public DescribeSecureSuggestionResponseBody.Detail.Builder subType(String subType)
Types of pending security risks. The values include:
REINFORCE_WEB_LOCK
public DescribeSecureSuggestionResponseBody.Detail.Builder title(String title)
Name of the pending security risk item.
example:Website tamper-proofing capability not configured
public DescribeSecureSuggestionResponseBody.Detail build()
Copyright © 2026. All rights reserved.