public class DetailCheckItem extends AbstractModel
| Constructor and Description | 
|---|
DetailCheckItem()  | 
DetailCheckItem(DetailCheckItem 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCheckItemName()
Get Check item name, such as source database permission check. 
 | 
String | 
getCheckResult()
Get Check item result. 
 | 
String | 
getDescription()
Get Check item details
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getErrorLog()
Get Execution error log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getFailureReason()
Get The cause of the check item failure
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getHelpDoc()
Get URL of the detailed help document
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSkipInfo()
Get Prompt text for ignoring a risk
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSolution()
Get Solution
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCheckItemName(String CheckItemName)
Set Check item name, such as source database permission check. 
 | 
void | 
setCheckResult(String CheckResult)
Set Check item result. 
 | 
void | 
setDescription(String Description)
Set Check item details
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setErrorLog(String[] ErrorLog)
Set Execution error log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setFailureReason(String FailureReason)
Set The cause of the check item failure
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHelpDoc(String[] HelpDoc)
Set URL of the detailed help document
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSkipInfo(String SkipInfo)
Set Prompt text for ignoring a risk
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSolution(String Solution)
Set Solution
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DetailCheckItem()
public DetailCheckItem(DetailCheckItem source)
public String getCheckItemName()
public void setCheckItemName(String CheckItemName)
CheckItemName - Check item name, such as source database permission check.
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Check item details
Note: This field may return null, indicating that no valid values can be obtained.public String getCheckResult()
public void setCheckResult(String CheckResult)
CheckResult - Check item result. Valid values: `pass` (pass); `failed` (failure); `warning` (pass with warning).
Note: This field may return null, indicating that no valid values can be obtained.public String getFailureReason()
public void setFailureReason(String FailureReason)
FailureReason - The cause of the check item failure
Note: This field may return null, indicating that no valid values can be obtained.public String getSolution()
public void setSolution(String Solution)
Solution - Solution
Note: This field may return null, indicating that no valid values can be obtained.public String[] getErrorLog()
public void setErrorLog(String[] ErrorLog)
ErrorLog - Execution error log
Note: This field may return null, indicating that no valid values can be obtained.public String[] getHelpDoc()
public void setHelpDoc(String[] HelpDoc)
HelpDoc - URL of the detailed help document
Note: This field may return null, indicating that no valid values can be obtained.public String getSkipInfo()
public void setSkipInfo(String SkipInfo)
SkipInfo - Prompt text for ignoring a risk
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.