Class SecurityEventObjectMatchesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.security_events_api.v1.model.SecurityEventObjectMatchesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SecurityEventObjectMatchesItem extends com.ibm.cloud.sdk.core.service.model.GenericModelSecurityEventObjectMatchesItem.
-
-
Constructor Summary
Constructors Constructor Description SecurityEventObjectMatchesItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Gets the action.Map<String,Object>getMetadata()Gets the metadata.StringgetRuleId()Gets the ruleId.StringgetSource()Gets the source.
-
-
-
Method Detail
-
getRuleId
public String getRuleId()
Gets the ruleId. The ID of the rule that triggered the event, should be considered in the context of source.- Returns:
- the ruleId
-
getSource
public String getSource()
Gets the source. Source of the event.- Returns:
- the source
-
getAction
public String getAction()
Gets the action. What type of action was taken.- Returns:
- the action
-
-