Class AccessProtection


  • @ApiType("McAfee_Epolicy_Orchestrator_Version36_Antivirus_Event_AccessProtection")
    public class AccessProtection
    extends Entity
    The McAfee_Epolicy_Orchestrator_Version36_Antivirus_Event_AccessProtection data type represents an access protection event. It contains details about the event such as when it occurs, the process that caused it, and the rule that triggered the event.
    See Also:
    McAfee_Epolicy_Orchestrator_Version36_Antivirus_Event_AccessProtection
    • Field Detail

      • eventLocalDateTimeSpecified

        protected boolean eventLocalDateTimeSpecified
      • filenameSpecified

        protected boolean filenameSpecified
      • processNameSpecified

        protected boolean processNameSpecified
      • ruleNameSpecified

        protected boolean ruleNameSpecified
      • sourceSpecified

        protected boolean sourceSpecified
    • Constructor Detail

      • AccessProtection

        public AccessProtection()
    • Method Detail

      • setEventLocalDateTime

        public void setEventLocalDateTime​(GregorianCalendar eventLocalDateTime)
      • isEventLocalDateTimeSpecified

        public boolean isEventLocalDateTimeSpecified()
      • unsetEventLocalDateTime

        public void unsetEventLocalDateTime()
      • getFilename

        public String getFilename()
      • setFilename

        public void setFilename​(String filename)
      • isFilenameSpecified

        public boolean isFilenameSpecified()
      • unsetFilename

        public void unsetFilename()
      • getProcessName

        public String getProcessName()
      • setProcessName

        public void setProcessName​(String processName)
      • isProcessNameSpecified

        public boolean isProcessNameSpecified()
      • unsetProcessName

        public void unsetProcessName()
      • getRuleName

        public String getRuleName()
      • setRuleName

        public void setRuleName​(String ruleName)
      • isRuleNameSpecified

        public boolean isRuleNameSpecified()
      • unsetRuleName

        public void unsetRuleName()
      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)
      • isSourceSpecified

        public boolean isSourceSpecified()
      • unsetSource

        public void unsetSource()