public class BaselineItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaselineItem() | 
| BaselineItem(BaselineItem 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 | 
|---|---|
| Long | getCanBeFixed()Get Can Be Fixed or Not
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getCategoryId()Get Detection Item Classification | 
| String | getDetectResultDesc()Get Check result description
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDetectStatus()Get Detection Status. | 
| String | getFirstTime()Get First Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFixMethod()Get Fixing Method | 
| String | getHostId()Get Host ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getHostIp()Get Host IP address
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getHostName()Get Host name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getItemDesc()Get Item Description | 
| Long | getItemId()Get Item ID | 
| String | getItemName()Get Item Name | 
| String | getLastTime()Get Last Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getLevel()Get Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| MachineExtraInfo | getMachineExtraInfo()Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getRuleName()Get Rule | 
| String | getUuid()Get Host Security UUID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getWanIp()Get Public IP address
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCanBeFixed(Long CanBeFixed)Set Can Be Fixed or Not
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCategoryId(Long CategoryId)Set Detection Item Classification | 
| void | setDetectResultDesc(String DetectResultDesc)Set Check result description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDetectStatus(Long DetectStatus)Set Detection Status. | 
| void | setFirstTime(String FirstTime)Set First Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFixMethod(String FixMethod)Set Fixing Method | 
| void | setHostId(String HostId)Set Host ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHostIp(String HostIp)Set Host IP address
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHostName(String HostName)Set Host name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setItemDesc(String ItemDesc)Set Item Description | 
| void | setItemId(Long ItemId)Set Item ID | 
| void | setItemName(String ItemName)Set Item Name | 
| void | setLastTime(String LastTime)Set Last Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLevel(Long Level)Set Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRuleName(String RuleName)Set Rule | 
| void | setUuid(String Uuid)Set Host Security UUID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setWanIp(String WanIp)Set Public IP address
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BaselineItem()
public BaselineItem(BaselineItem source)
public Long getItemId()
public void setItemId(Long ItemId)
ItemId - Item IDpublic String getItemName()
public void setItemName(String ItemName)
ItemName - Item Namepublic Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - Detection Item Classificationpublic String getItemDesc()
public void setItemDesc(String ItemDesc)
ItemDesc - Item Descriptionpublic String getFixMethod()
public void setFixMethod(String FixMethod)
FixMethod - Fixing Methodpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rulepublic String getDetectResultDesc()
public void setDetectResultDesc(String DetectResultDesc)
DetectResultDesc - Check result description
Note: This field may return null, indicating that no valid values can be obtained.public Long getLevel()
public void setLevel(Long Level)
Level - Risk level
Note: This field may return null, indicating that no valid values can be obtained.public Long getDetectStatus()
public void setDetectStatus(Long DetectStatus)
DetectStatus - Detection Status. 0: Failed; 1: Ignored; 3: Passed; 5: Under detection
Note: This field may return null, indicating that no valid values can be obtained.public String getHostId()
public void setHostId(String HostId)
HostId - Host ID
Note: This field may return null, indicating that no valid values can be obtained.public String getHostName()
public void setHostName(String HostName)
HostName - Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIp()
public void setHostIp(String HostIp)
HostIp - Host IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getWanIp()
public void setWanIp(String WanIp)
WanIp - Public IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime - First Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained.public String getLastTime()
public void setLastTime(String LastTime)
LastTime - Last Occurrence Time
Note: This field may return null, indicating that no valid values can be obtained.public Long getCanBeFixed()
public void setCanBeFixed(Long CanBeFixed)
CanBeFixed - Can Be Fixed or Not
Note: This field may return null, indicating that no valid values can be obtained.public String getUuid()
public void setUuid(String Uuid)
Uuid - Host Security UUID
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.