public static final class GetCheckDetailResponseBody.Description.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailResponseBody.Description |
build() |
GetCheckDetailResponseBody.Description.Builder |
link(String link)
The link to the description of the check item.
|
GetCheckDetailResponseBody.Description.Builder |
type(String type)
The description type of the check item.
|
GetCheckDetailResponseBody.Description.Builder |
value(String value)
The content in the description of the check item.
|
public GetCheckDetailResponseBody.Description.Builder link(String link)
The link to the description of the check item.
example:public GetCheckDetailResponseBody.Description.Builder type(String type)
The description type of the check item. The value is fixed as text.
example:text
public GetCheckDetailResponseBody.Description.Builder value(String value)
The content in the description of the check item.
example:The MSE instance does not enable authentication by default. If public network access is enabled at the same time, the data in the configuration center may be dragged and there is a security risk.
public GetCheckDetailResponseBody.Description build()
Copyright © 2026. All rights reserved.