public class IgnoreRuleEffectHostInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IgnoreRuleEffectHostInfo() |
IgnoreRuleEffectHostInfo(IgnoreRuleEffectHostInfo 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 |
getEventId()
Get Event ID
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 |
getLastScanTime()
Get Last check time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getLevel()
Get Severity 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 |
getQuuid()
Get Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status: 0: failed; 1: ignore; 3: passed; 5: detecting
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getTagList()
Get Host tag array
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventId(Long EventId)
Set Event ID
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 |
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 Severity 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 |
setQuuid(String Quuid)
Set Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status: 0: failed; 1: ignore; 3: passed; 5: detecting
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTagList(String[] TagList)
Set Host tag array
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 IgnoreRuleEffectHostInfo()
public IgnoreRuleEffectHostInfo(IgnoreRuleEffectHostInfo source)
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 Long getLevel()
public void setLevel(Long Level)
Level
- Severity 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 String[] getTagList()
public void setTagList(String[] TagList)
TagList
- Host tag array
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Status: 0: failed; 1: ignore; 3: passed; 5: detecting
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 getEventId()
public void setEventId(Long EventId)
EventId
- Event ID
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.