Class BaselineRuleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineRuleInfo
-
public class BaselineRuleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 检测项描述LonggetEventId()Get 唯一事件IDStringgetFixMessage()Get 修复建议StringgetLastScanAt()Get 最后检测时间LonggetLevel()Get 危害等级LonggetRuleId()Get 检测项idStringgetRuleName()Get 检测项名称StringgetRuleRemark()Get 具体原因说明LonggetStatus()Get 状态StringgetUuid()Get 唯一UuidvoidsetDescription(String Description)Set 检测项描述voidsetEventId(Long EventId)Set 唯一事件IDvoidsetFixMessage(String FixMessage)Set 修复建议voidsetLastScanAt(String LastScanAt)Set 最后检测时间voidsetLevel(Long Level)Set 危害等级voidsetRuleId(Long RuleId)Set 检测项idvoidsetRuleName(String RuleName)Set 检测项名称voidsetRuleRemark(String RuleRemark)Set 具体原因说明voidsetStatus(Long Status)Set 状态voidsetUuid(String Uuid)Set 唯一UuidvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BaselineRuleInfo
public BaselineRuleInfo()
-
BaselineRuleInfo
public 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.
-
-
Method Detail
-
getRuleName
public String getRuleName()
Get 检测项名称- Returns:
- RuleName 检测项名称
-
setRuleName
public void setRuleName(String RuleName)
Set 检测项名称- Parameters:
RuleName- 检测项名称
-
getDescription
public String getDescription()
Get 检测项描述- Returns:
- Description 检测项描述
-
setDescription
public void setDescription(String Description)
Set 检测项描述- Parameters:
Description- 检测项描述
-
getFixMessage
public String getFixMessage()
Get 修复建议- Returns:
- FixMessage 修复建议
-
setFixMessage
public void setFixMessage(String FixMessage)
Set 修复建议- Parameters:
FixMessage- 修复建议
-
getLevel
public Long getLevel()
Get 危害等级- Returns:
- Level 危害等级
-
setLevel
public void setLevel(Long Level)
Set 危害等级- Parameters:
Level- 危害等级
-
getStatus
public Long getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(Long Status)
Set 状态- Parameters:
Status- 状态
-
getRuleId
public Long getRuleId()
Get 检测项id- Returns:
- RuleId 检测项id
-
setRuleId
public void setRuleId(Long RuleId)
Set 检测项id- Parameters:
RuleId- 检测项id
-
getLastScanAt
public String getLastScanAt()
Get 最后检测时间- Returns:
- LastScanAt 最后检测时间
-
setLastScanAt
public void setLastScanAt(String LastScanAt)
Set 最后检测时间- Parameters:
LastScanAt- 最后检测时间
-
getRuleRemark
public String getRuleRemark()
Get 具体原因说明- Returns:
- RuleRemark 具体原因说明
-
setRuleRemark
public void setRuleRemark(String RuleRemark)
Set 具体原因说明- Parameters:
RuleRemark- 具体原因说明
-
getUuid
public String getUuid()
Get 唯一Uuid- Returns:
- Uuid 唯一Uuid
-
setUuid
public void setUuid(String Uuid)
Set 唯一Uuid- Parameters:
Uuid- 唯一Uuid
-
getEventId
public Long getEventId()
Get 唯一事件ID- Returns:
- EventId 唯一事件ID
-
setEventId
public void setEventId(Long EventId)
Set 唯一事件ID- Parameters:
EventId- 唯一事件ID
-
-