java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.mcafee.epolicy.orchestrator.version36.antivirus.event.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 Details

    • eventLocalDateTime

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar eventLocalDateTime
      The date that an access protection event occurs.
    • eventLocalDateTimeSpecified

      protected boolean eventLocalDateTimeSpecified
    • filename

      @ApiProperty(canBeNullOrNotSet=true) protected String filename
      The name of the file that was protected from access.
    • filenameSpecified

      protected boolean filenameSpecified
    • processName

      @ApiProperty(canBeNullOrNotSet=true) protected String processName
      The name of the process that was protected from access.
    • processNameSpecified

      protected boolean processNameSpecified
    • ruleName

      @ApiProperty(canBeNullOrNotSet=true) protected String ruleName
      The name of the rule that triggered an access protection event.
    • ruleNameSpecified

      protected boolean ruleNameSpecified
    • source

      @ApiProperty(canBeNullOrNotSet=true) protected String source
      The IP address that caused an access protection event.
    • sourceSpecified

      protected boolean sourceSpecified
  • Constructor Details

    • AccessProtection

      public AccessProtection()
  • Method Details

    • getEventLocalDateTime

      public GregorianCalendar getEventLocalDateTime()
    • 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()