java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.mcafee.epolicy.orchestrator.version36.hips.version7.IPSEvent

@ApiType("McAfee_Epolicy_Orchestrator_Version36_Hips_Version7_IPSEvent")
public class IPSEvent
extends Entity
The McAfee_Epolicy_Orchestrator_Version36_Hips_Version7_IPSEvent data type represents a single IPS event. It contains details about the event such as the date the event occurred, the process that generated it, the severity of the event, and the action taken.
See Also:
McAfee_Epolicy_Orchestrator_Version36_Hips_Version7_IPSEvent
  • Field Details

    • signature

      @ApiProperty protected Signature signature
      The signature that generated an IPS event.
    • incidentTime

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar incidentTime
      The time when an IPS event occurred.
    • incidentTimeSpecified

      protected boolean incidentTimeSpecified
    • processName

      @ApiProperty(canBeNullOrNotSet=true) protected String processName
      Name of the process that generated an IPS event.
    • processNameSpecified

      protected boolean processNameSpecified
    • reactionText

      @ApiProperty(canBeNullOrNotSet=true) protected String reactionText
      The action taken because of an IPS event.
    • reactionTextSpecified

      protected boolean reactionTextSpecified
    • remoteIpAddress

      @ApiProperty(canBeNullOrNotSet=true) protected String remoteIpAddress
      The IP address that generated an IPS event.
    • remoteIpAddressSpecified

      protected boolean remoteIpAddressSpecified
    • severityText

      @ApiProperty(canBeNullOrNotSet=true) protected String severityText
      The severity level for an IPS event.
    • severityTextSpecified

      protected boolean severityTextSpecified
  • Constructor Details

    • IPSEvent

      public IPSEvent()
  • Method Details

    • getSignature

      public Signature getSignature()
    • setSignature

      public void setSignature​(Signature signature)
    • getIncidentTime

      public GregorianCalendar getIncidentTime()
    • setIncidentTime

      public void setIncidentTime​(GregorianCalendar incidentTime)
    • isIncidentTimeSpecified

      public boolean isIncidentTimeSpecified()
    • unsetIncidentTime

      public void unsetIncidentTime()
    • getProcessName

      public String getProcessName()
    • setProcessName

      public void setProcessName​(String processName)
    • isProcessNameSpecified

      public boolean isProcessNameSpecified()
    • unsetProcessName

      public void unsetProcessName()
    • getReactionText

      public String getReactionText()
    • setReactionText

      public void setReactionText​(String reactionText)
    • isReactionTextSpecified

      public boolean isReactionTextSpecified()
    • unsetReactionText

      public void unsetReactionText()
    • getRemoteIpAddress

      public String getRemoteIpAddress()
    • setRemoteIpAddress

      public void setRemoteIpAddress​(String remoteIpAddress)
    • isRemoteIpAddressSpecified

      public boolean isRemoteIpAddressSpecified()
    • unsetRemoteIpAddress

      public void unsetRemoteIpAddress()
    • getSeverityText

      public String getSeverityText()
    • setSeverityText

      public void setSeverityText​(String severityText)
    • isSeverityTextSpecified

      public boolean isSeverityTextSpecified()
    • unsetSeverityText

      public void unsetSeverityText()