public class K8sApiAbnormalEventListItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
K8sApiAbnormalEventListItem()  | 
K8sApiAbnormalEventListItem(K8sApiAbnormalEventListItem 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 | 
getAlarmCount()
Get Number of alarms 
 | 
String | 
getClusterID()
Get Cluster ID 
 | 
String | 
getClusterName()
Get Cluster name 
 | 
String | 
getClusterRunningStatus()
Get Cluster running status 
 | 
String | 
getDesc()
Get Description 
 | 
String | 
getFirstCreateTime()
Get First creation time 
 | 
Long | 
getID()
Get Event ID 
 | 
String | 
getLastCreateTime()
Get Last creation time 
 | 
K8sApiAbnormalRuleScopeInfo | 
getMatchRule()
Get Hit rule 
 | 
String | 
getMatchRuleType()
Get Hit rule type 
 | 
String | 
getRiskLevel()
Get Threat level 
 | 
String | 
getRuleName()
Get Rule name 
 | 
String | 
getRuleType()
Get Rule type 
 | 
String | 
getStatus()
Get Status 
 | 
String | 
getSuggestion()
Get Solution 
 | 
void | 
setAlarmCount(Long AlarmCount)
Set Number of alarms 
 | 
void | 
setClusterID(String ClusterID)
Set Cluster ID 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster name 
 | 
void | 
setClusterRunningStatus(String ClusterRunningStatus)
Set Cluster running status 
 | 
void | 
setDesc(String Desc)
Set Description 
 | 
void | 
setFirstCreateTime(String FirstCreateTime)
Set First creation time 
 | 
void | 
setID(Long ID)
Set Event ID 
 | 
void | 
setLastCreateTime(String LastCreateTime)
Set Last creation time 
 | 
void | 
setMatchRule(K8sApiAbnormalRuleScopeInfo MatchRule)
Set Hit rule 
 | 
void | 
setMatchRuleType(String MatchRuleType)
Set Hit rule type 
 | 
void | 
setRiskLevel(String RiskLevel)
Set Threat level 
 | 
void | 
setRuleName(String RuleName)
Set Rule name 
 | 
void | 
setRuleType(String RuleType)
Set Rule type 
 | 
void | 
setStatus(String Status)
Set Status 
 | 
void | 
setSuggestion(String Suggestion)
Set Solution 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic K8sApiAbnormalEventListItem()
public K8sApiAbnormalEventListItem(K8sApiAbnormalEventListItem source)
public Long getID()
public void setID(Long ID)
ID - Event IDpublic String getMatchRuleType()
public void setMatchRuleType(String MatchRuleType)
MatchRuleType - Hit rule typepublic String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel - Threat levelpublic String getClusterID()
public void setClusterID(String ClusterID)
ClusterID - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getClusterRunningStatus()
public void setClusterRunningStatus(String ClusterRunningStatus)
ClusterRunningStatus - Cluster running statuspublic String getFirstCreateTime()
public void setFirstCreateTime(String FirstCreateTime)
FirstCreateTime - First creation timepublic String getLastCreateTime()
public void setLastCreateTime(String LastCreateTime)
LastCreateTime - Last creation timepublic Long getAlarmCount()
public void setAlarmCount(Long AlarmCount)
AlarmCount - Number of alarmspublic String getStatus()
public void setStatus(String Status)
Status - Statuspublic String getRuleType()
public void setRuleType(String RuleType)
RuleType - Rule typepublic String getDesc()
public void setDesc(String Desc)
Desc - Descriptionpublic String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Solutionpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule namepublic K8sApiAbnormalRuleScopeInfo getMatchRule()
public void setMatchRule(K8sApiAbnormalRuleScopeInfo MatchRule)
MatchRule - Hit ruleCopyright © 2025. All rights reserved.