public class ScreenBaselineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenBaselineInfo() |
ScreenBaselineInfo(ScreenBaselineInfo 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 |
getBaselineFailCount()
Get Baseline check items with risks
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getCategoryId()
Get Baseline ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLastScanTime()
Get Last check time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getLevel()
Get Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Baseline name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUuid()
Get Host UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBaselineFailCount(Long BaselineFailCount)
Set Baseline check items with risks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCategoryId(Long CategoryId)
Set Baseline ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLastScanTime(String LastScanTime)
Set Last check time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLevel(Long Level)
Set Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Baseline name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUuid(String Uuid)
Set Host UUID
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, toJsonString
public ScreenBaselineInfo()
public ScreenBaselineInfo(ScreenBaselineInfo source)
public String getName()
public void setName(String Name)
Name
- Baseline name
Note: This field may return null, indicating that no valid values can be obtained.public Long getLevel()
public void setLevel(Long Level)
Level
- Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- Baseline ID
Note: This field may return null, indicating that no valid values can be obtained.public String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime
- Last check time
Note: This field may return null, indicating that no valid values can be obtained.public Long getBaselineFailCount()
public void setBaselineFailCount(Long BaselineFailCount)
BaselineFailCount
- Baseline check items with risks
Note: This field may return null, indicating that no valid values can be obtained.public String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.