public class AccessControlEventInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AccessControlEventInfo()  | 
AccessControlEventInfo(AccessControlEventInfo 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 | 
getBehavior()
Get Action execution result. 
 | 
String | 
getClusterID()
Get Cluster ID 
 | 
String | 
getClusterName()
Get Cluster name 
 | 
String | 
getContainerId()
Get Container ID, which is used for redirect. 
 | 
String | 
getContainerIsolateOperationSrc()
Get Container isolation operation source 
 | 
String | 
getContainerName()
Get Container name 
 | 
String | 
getContainerNetStatus()
Get Network status
`NORMAL`:       Not isolated. 
 | 
String | 
getContainerNetSubStatus()
Get Sub-status of the container
"AGENT_OFFLINE"       // The agent is offline. 
 | 
String | 
getContainerStatus()
Get Container status
`RUNNING`: Running. 
 | 
String | 
getDescription()
Get Event description 
 | 
Long | 
getEventCount()
Get Number of events 
 | 
String | 
getEventType()
Get Event type. 
 | 
String | 
getFileName()
Get Filename 
 | 
String | 
getFilePath()
Get File path containing the name 
 | 
String | 
getFoundTime()
Get Generation time 
 | 
String | 
getHostID()
Get uuid 
 | 
String | 
getHostIP()
Get Private IP of the node 
 | 
String | 
getId()
Get Unique event ID 
 | 
String | 
getImageId()
Get Image ID, which is used for redirect. 
 | 
String | 
getImageName()
Get Image name 
 | 
String | 
getLatestFoundTime()
Get Last generation time 
 | 
String | 
getMatchAction()
Get Action of the hit rule:
`RULE_MODE_RELEASE`: Allow. 
 | 
String | 
getMatchFilePath()
Get Information of the file that hits the rule 
 | 
String | 
getMatchProcessPath()
Get Information of the process that hits the rule 
 | 
String | 
getMatchRuleId()
Get Hit policy ID 
 | 
String | 
getMatchRuleName()
Get Name of the hit rule 
 | 
String | 
getNodeID()
Get Node ID 
 | 
String | 
getNodeName()
Get Node name: For super nodes, the node_id is displayed. 
 | 
String | 
getNodeType()
Get Node type. 
 | 
String | 
getNodeUniqueID()
Get Node unique ID. 
 | 
String | 
getPodIP()
Get Pod IP 
 | 
String | 
getPodName()
Get Pod name 
 | 
String | 
getProcessName()
Get Process name 
 | 
String | 
getPublicIP()
Get Node public IP 
 | 
Boolean | 
getRuleExist()
Get Whether the rule exists 
 | 
String | 
getRuleId()
Get Rule group ID 
 | 
String | 
getSolution()
Get Event solution 
 | 
String | 
getStatus()
Get Status. 
 | 
void | 
setBehavior(String Behavior)
Set Action execution result. 
 | 
void | 
setClusterID(String ClusterID)
Set Cluster ID 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster name 
 | 
void | 
setContainerId(String ContainerId)
Set Container ID, which is used for redirect. 
 | 
void | 
setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
Set Container isolation operation source 
 | 
void | 
setContainerName(String ContainerName)
Set Container name 
 | 
void | 
setContainerNetStatus(String ContainerNetStatus)
Set Network status
`NORMAL`:       Not isolated. 
 | 
void | 
setContainerNetSubStatus(String ContainerNetSubStatus)
Set Sub-status of the container
"AGENT_OFFLINE"       // The agent is offline. 
 | 
void | 
setContainerStatus(String ContainerStatus)
Set Container status
`RUNNING`: Running. 
 | 
void | 
setDescription(String Description)
Set Event description 
 | 
void | 
setEventCount(Long EventCount)
Set Number of events 
 | 
void | 
setEventType(String EventType)
Set Event type. 
 | 
void | 
setFileName(String FileName)
Set Filename 
 | 
void | 
setFilePath(String FilePath)
Set File path containing the name 
 | 
void | 
setFoundTime(String FoundTime)
Set Generation time 
 | 
void | 
setHostID(String HostID)
Set uuid 
 | 
void | 
setHostIP(String HostIP)
Set Private IP of the node 
 | 
void | 
setId(String Id)
Set Unique event ID 
 | 
void | 
setImageId(String ImageId)
Set Image ID, which is used for redirect. 
 | 
void | 
setImageName(String ImageName)
Set Image name 
 | 
void | 
setLatestFoundTime(String LatestFoundTime)
Set Last generation time 
 | 
void | 
setMatchAction(String MatchAction)
Set Action of the hit rule:
`RULE_MODE_RELEASE`: Allow. 
 | 
void | 
setMatchFilePath(String MatchFilePath)
Set Information of the file that hits the rule 
 | 
void | 
setMatchProcessPath(String MatchProcessPath)
Set Information of the process that hits the rule 
 | 
void | 
setMatchRuleId(String MatchRuleId)
Set Hit policy ID 
 | 
void | 
setMatchRuleName(String MatchRuleName)
Set Name of the hit rule 
 | 
void | 
setNodeID(String NodeID)
Set Node ID 
 | 
void | 
setNodeName(String NodeName)
Set Node name: For super nodes, the node_id is displayed. 
 | 
void | 
setNodeType(String NodeType)
Set Node type. 
 | 
void | 
setNodeUniqueID(String NodeUniqueID)
Set Node unique ID. 
 | 
void | 
setPodIP(String PodIP)
Set Pod IP 
 | 
void | 
setPodName(String PodName)
Set Pod name 
 | 
void | 
setProcessName(String ProcessName)
Set Process name 
 | 
void | 
setPublicIP(String PublicIP)
Set Node public IP 
 | 
void | 
setRuleExist(Boolean RuleExist)
Set Whether the rule exists 
 | 
void | 
setRuleId(String RuleId)
Set Rule group ID 
 | 
void | 
setSolution(String Solution)
Set Event solution 
 | 
void | 
setStatus(String Status)
Set Status. 
 | 
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 AccessControlEventInfo()
public AccessControlEventInfo(AccessControlEventInfo source)
public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName - Process namepublic String getMatchRuleName()
public void setMatchRuleName(String MatchRuleName)
MatchRuleName - Name of the hit rulepublic String getFoundTime()
public void setFoundTime(String FoundTime)
FoundTime - Generation timepublic String getContainerName()
public void setContainerName(String ContainerName)
ContainerName - Container namepublic String getImageName()
public void setImageName(String ImageName)
ImageName - Image namepublic String getBehavior()
public void setBehavior(String Behavior)
Behavior - Action execution result. `BEHAVIOR_NONE`: None.
    `BEHAVIOR_ALERT`: Alert.
    `BEHAVIOR_RELEASE`: Allow.
    `BEHAVIOR_HOLDUP_FAILED`: Failed to block.
    `BEHAVIOR_HOLDUP_SUCCESSED`: Blocked.public String getStatus()
public void setStatus(String Status)
Status - Status. `0`: Pending. `EVENT_UNDEAL`: Pending.
    `EVENT_DEALED`: Processed.
    `EVENT_INGNORE`: Ignored.public String getId()
public void setId(String Id)
Id - Unique event IDpublic String getFileName()
public void setFileName(String FileName)
FileName - Filenamepublic String getEventType()
public void setEventType(String EventType)
EventType - Event type. `FILE_ABNORMAL_READ`: Abnormal file read.public String getImageId()
public void setImageId(String ImageId)
ImageId - Image ID, which is used for redirect.public String getContainerId()
public void setContainerId(String ContainerId)
ContainerId - Container ID, which is used for redirect.public String getSolution()
public void setSolution(String Solution)
Solution - Event solutionpublic String getDescription()
public void setDescription(String Description)
Description - Event descriptionpublic String getMatchRuleId()
public void setMatchRuleId(String MatchRuleId)
MatchRuleId - Hit policy IDpublic String getMatchAction()
public void setMatchAction(String MatchAction)
MatchAction - Action of the hit rule:
`RULE_MODE_RELEASE`: Allow.
`RULE_MODE_ALERT`: Alert.
`RULE_MODE_HOLDUP`: Block.public String getMatchProcessPath()
public void setMatchProcessPath(String MatchProcessPath)
MatchProcessPath - Information of the process that hits the rulepublic String getMatchFilePath()
public void setMatchFilePath(String MatchFilePath)
MatchFilePath - Information of the file that hits the rulepublic String getFilePath()
public void setFilePath(String FilePath)
FilePath - File path containing the namepublic Boolean getRuleExist()
public void setRuleExist(Boolean RuleExist)
RuleExist - Whether the rule existspublic Long getEventCount()
public void setEventCount(Long EventCount)
EventCount - Number of eventspublic String getLatestFoundTime()
public void setLatestFoundTime(String LatestFoundTime)
LatestFoundTime - Last generation timepublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Rule group IDpublic String getContainerNetStatus()
public void setContainerNetStatus(String ContainerNetStatus)
ContainerNetStatus - Network status
`NORMAL`:       Not isolated.
`ISOLATED`:             Isolated.
`ISOLATING`:            Isolating.
`ISOLATE_FAILED`:       Isolation failed.
`RESTORING`: Recovering.
`RESTORE_FAILED`: Recovery failed.public String getContainerNetSubStatus()
public void setContainerNetSubStatus(String ContainerNetSubStatus)
ContainerNetSubStatus - Sub-status of the container
"AGENT_OFFLINE"       // The agent is offline.
"NODE_DESTROYED"      // The node is terminated.
"CONTAINER_EXITED"    // The container exited.
"CONTAINER_DESTROYED" // The container was terminated.
"SHARED_HOST"         // The container shares the network with the server.
"RESOURCE_LIMIT"      // The number of resources to be isolated exceeds the limit.
"UNKNOW"              // The reason is unknown.public String getContainerIsolateOperationSrc()
public void setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
ContainerIsolateOperationSrc - Container isolation operation sourcepublic String getContainerStatus()
public void setContainerStatus(String ContainerStatus)
ContainerStatus - Container status
`RUNNING`: Running.
`PAUSED`: Paused.
`STOPPED`: Stopped.
`CREATED`: Created.
`DESTROYED`: Terminated.
`RESTARTING`: Restarting.
`REMOVING`: Removing.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node name: For super nodes, the node_id is displayed.public String getPodName()
public void setPodName(String PodName)
PodName - Pod namepublic String getPodIP()
public void setPodIP(String PodIP)
PodIP - Pod IPpublic String getNodeType()
public void setNodeType(String NodeType)
NodeType - Node type. Values: `NORMAL` (general node), `SUPER` (super node).public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID - Cluster IDpublic String getNodeUniqueID()
public void setNodeUniqueID(String NodeUniqueID)
NodeUniqueID - Node unique ID. It's used for super nodes.public String getPublicIP()
public void setPublicIP(String PublicIP)
PublicIP - Node public IPpublic String getNodeID()
public void setNodeID(String NodeID)
NodeID - Node IDpublic String getHostID()
public void setHostID(String HostID)
HostID - uuidpublic String getHostIP()
public void setHostIP(String HostIP)
HostIP - Private IP of the nodepublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster nameCopyright © 2025. All rights reserved.