Class IndicatorSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220901")
    public final class IndicatorSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Summary of a data signature observed on a network or host that indicates a potential security threat.
    Note: Objects should always be created or deserialized using the IndicatorSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the IndicatorSummary.Builder, which maintain a set of all explicitly set fields called IndicatorSummary.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getId

        public String getId()
        The OCID of the indicator.
        Returns:
        the value
      • getType

        public IndicatorType getType()
        The type of indicator.
        Returns:
        the value
      • getValue

        public String getValue()
        The indicator data value.
        Returns:
        the value
      • getConfidence

        public Integer getConfidence()
        An integer from 0 to 100 that represents how certain we are that the indicator is malicious and a potential threat if it is detected communicating with your cloud resources.

        This confidence value is aggregated from the confidence in the threat types, attributes, and relationships to create an overall value for the indicator.

        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        The OCID of the compartment that contains this indicator.
        Returns:
        the value
      • getThreatTypes

        public List<String> getThreatTypes()
        Characteristics of the threat indicator based on previous observations or behavior.

        May include related tactics, techniques, and procedures.

        Returns:
        the value
      • getAttributes

        public List<IndicatorAttributeSummary> getAttributes()
        A map of attributes with additional information about the indicator.

        Each attribute has a name (string), value (string), and attribution (supporting data).

        Returns:
        the value
      • getLifecycleState

        public LifecycleState getLifecycleState()
        The state of the indicator.

        It will always be ACTIVE.

        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        The date and time that the indicator was first detected.

        An RFC3339 formatted string.

        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        The date and time that this indicator was last updated by the system.

        Updates can include new reports or regular updates in confidence. The value is the same as timeCreated for a new indicator. An RFC3339 formatted string.

        Returns:
        the value
      • getTimeLastSeen

        public Date getTimeLastSeen()
        The date and time that this indicator was last seen.

        The value is the same as timeCreated for a new indicator. An RFC3339 formatted string.

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel