public class BaselineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaselineInfo() |
BaselineInfo(BaselineInfo 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.
|
Long |
getHostCount()
Get Number of affected servers
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.
|
Long |
getMaxStatus()
Get 5: checking
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.
|
Long |
getRuleCount()
Get Number of check items
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Pass status.
|
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 |
setHostCount(Long HostCount)
Set Number of affected servers
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 |
setMaxStatus(Long MaxStatus)
Set 5: checking
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 |
setRuleCount(Long RuleCount)
Set Number of check items
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Pass status.
|
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 BaselineInfo()
public BaselineInfo(BaselineInfo 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 getRuleCount()
public void setRuleCount(Long RuleCount)
RuleCount
- Number of check items
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- Number of affected servers
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Pass status. 0: passed; 1: failed.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 getMaxStatus()
public void setMaxStatus(Long MaxStatus)
MaxStatus
- 5: checking
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.Copyright © 2024. All rights reserved.