public static final class GetCheckDetailResponseBody.Solution.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailResponseBody.Solution |
build() |
GetCheckDetailResponseBody.Solution.Builder |
link(String link)
The link to the solution to handle the risk item when the Type parameter is set to link.
|
GetCheckDetailResponseBody.Solution.Builder |
type(String type)
The type of the solution to handle the risk item.
|
GetCheckDetailResponseBody.Solution.Builder |
value(String value)
The content of the solution to handle the risk item when the Type parameter is set to text.
|
public GetCheckDetailResponseBody.Solution.Builder link(String link)
The link to the solution to handle the risk item when the Type parameter is set to link.
example:public GetCheckDetailResponseBody.Solution.Builder type(String type)
The type of the solution to handle the risk item. Valid values:
text
public GetCheckDetailResponseBody.Solution.Builder value(String value)
The content of the solution to handle the risk item when the Type parameter is set to text.
example:Enter the MSE product console - registration and configuration center - instance list, click the corresponding instance name to enter the instance details, find the public network whitelist setting option in the basic information, and configure the whitelist according to business needs. It is forbidden to configure 0.0.0.0 or the whitelist as null.
public GetCheckDetailResponseBody.Solution build()
Copyright © 2026. All rights reserved.