Class Event

  • Direct Known Subclasses:
    Version7, Version8

    @ApiType("McAfee_Epolicy_Orchestrator_Version45_Event")
    public class Event
    extends Entity
    The McAfee_Epolicy_Orchestrator_Version45_Event data type represents a single event. It contains details about the event such as the date the event occurred, the virus or intrusion that is detected and the action that is taken.
    See Also:
    McAfee_Epolicy_Orchestrator_Version45_Event
    • Field Detail

      • agentDetails

        @ApiProperty
        protected Details agentDetails
        Additional information about an agent.
      • detectedUtcSpecified

        protected boolean detectedUtcSpecified
      • sourceIpv4Specified

        protected boolean sourceIpv4Specified
      • sourceProcessNameSpecified

        protected boolean sourceProcessNameSpecified
      • targetFilenameSpecified

        protected boolean targetFilenameSpecified
      • threatActionTakenSpecified

        protected boolean threatActionTakenSpecified
      • threatNameSpecified

        protected boolean threatNameSpecified
      • threatSeverityLabelSpecified

        protected boolean threatSeverityLabelSpecified
      • threatTypeSpecified

        protected boolean threatTypeSpecified
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getAgentDetails

        public Details getAgentDetails()
      • setAgentDetails

        public void setAgentDetails​(Details agentDetails)
      • getVirusActionTaken

        public Description getVirusActionTaken()
      • setVirusActionTaken

        public void setVirusActionTaken​(Description virusActionTaken)
      • isDetectedUtcSpecified

        public boolean isDetectedUtcSpecified()
      • unsetDetectedUtc

        public void unsetDetectedUtc()
      • getSourceIpv4

        public String getSourceIpv4()
      • setSourceIpv4

        public void setSourceIpv4​(String sourceIpv4)
      • isSourceIpv4Specified

        public boolean isSourceIpv4Specified()
      • unsetSourceIpv4

        public void unsetSourceIpv4()
      • getSourceProcessName

        public String getSourceProcessName()
      • setSourceProcessName

        public void setSourceProcessName​(String sourceProcessName)
      • isSourceProcessNameSpecified

        public boolean isSourceProcessNameSpecified()
      • unsetSourceProcessName

        public void unsetSourceProcessName()
      • getTargetFilename

        public String getTargetFilename()
      • setTargetFilename

        public void setTargetFilename​(String targetFilename)
      • isTargetFilenameSpecified

        public boolean isTargetFilenameSpecified()
      • unsetTargetFilename

        public void unsetTargetFilename()
      • getThreatActionTaken

        public String getThreatActionTaken()
      • setThreatActionTaken

        public void setThreatActionTaken​(String threatActionTaken)
      • isThreatActionTakenSpecified

        public boolean isThreatActionTakenSpecified()
      • unsetThreatActionTaken

        public void unsetThreatActionTaken()
      • getThreatName

        public String getThreatName()
      • setThreatName

        public void setThreatName​(String threatName)
      • isThreatNameSpecified

        public boolean isThreatNameSpecified()
      • unsetThreatName

        public void unsetThreatName()
      • getThreatSeverityLabel

        public String getThreatSeverityLabel()
      • setThreatSeverityLabel

        public void setThreatSeverityLabel​(String threatSeverityLabel)
      • isThreatSeverityLabelSpecified

        public boolean isThreatSeverityLabelSpecified()
      • unsetThreatSeverityLabel

        public void unsetThreatSeverityLabel()
      • getThreatType

        public String getThreatType()
      • setThreatType

        public void setThreatType​(String threatType)
      • isThreatTypeSpecified

        public boolean isThreatTypeSpecified()
      • unsetThreatType

        public void unsetThreatType()