public class BaselineRuleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaselineRuleInfo() |
BaselineRuleInfo(BaselineRuleInfo 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 |
getDescription()
Get Detection item description
|
Long |
getEventId()
Get Unique event ID
|
String |
getFixMessage()
Get Fixing suggestion
|
String |
getLastScanAt()
Get Last detection Time
|
Long |
getLevel()
Get Severity level
|
Long |
getRuleId()
Get Detection Item ID
|
String |
getRuleName()
Get Detection item name
|
String |
getRuleRemark()
Get Specific reason explanation
|
Long |
getStatus()
Get Status
|
String |
getUuid()
Get Unique UUID
|
void |
setDescription(String Description)
Set Detection item description
|
void |
setEventId(Long EventId)
Set Unique event ID
|
void |
setFixMessage(String FixMessage)
Set Fixing suggestion
|
void |
setLastScanAt(String LastScanAt)
Set Last detection Time
|
void |
setLevel(Long Level)
Set Severity level
|
void |
setRuleId(Long RuleId)
Set Detection Item ID
|
void |
setRuleName(String RuleName)
Set Detection item name
|
void |
setRuleRemark(String RuleRemark)
Set Specific reason explanation
|
void |
setStatus(Long Status)
Set Status
|
void |
setUuid(String Uuid)
Set Unique UUID
|
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 BaselineRuleInfo()
public BaselineRuleInfo(BaselineRuleInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Detection item namepublic String getDescription()
public void setDescription(String Description)
Description
- Detection item descriptionpublic String getFixMessage()
public void setFixMessage(String FixMessage)
FixMessage
- Fixing suggestionpublic Long getLevel()
public void setLevel(Long Level)
Level
- Severity levelpublic Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Detection Item IDpublic String getLastScanAt()
public void setLastScanAt(String LastScanAt)
LastScanAt
- Last detection Timepublic String getRuleRemark()
public void setRuleRemark(String RuleRemark)
RuleRemark
- Specific reason explanationpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Unique UUIDpublic Long getEventId()
public void setEventId(Long EventId)
EventId
- Unique event IDCopyright © 2024. All rights reserved.