Class ProblemEndpointSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200131")
    public final class ProblemEndpointSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Summary information for endpoints associated with a problem (Problem object).
    Note: Objects should always be created or deserialized using the ProblemEndpointSummary.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 ProblemEndpointSummary.Builder, which maintain a set of all explicitly set fields called ProblemEndpointSummary.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).
    • Constructor Detail

    • Method Detail

      • getId

        public String getId()
        Unique identifier for problem endpoint.
        Returns:
        the value
      • getSightingId

        public String getSightingId()
        Unique identifier for sighting associated with the endpoint
        Returns:
        the value
      • getProblemId

        public String getProblemId()
        Unique identifier for problem associated with the endpoint
        Returns:
        the value
      • getSightingType

        public String getSightingType()
        Unique identifier for the sighting type associated with the endpoint
        Returns:
        the value
      • getSightingTypeDisplayName

        public String getSightingTypeDisplayName()
        Display name of the sighting type
        Returns:
        the value
      • getIpAddress

        public String getIpAddress()
        IP address of the endpoint
        Returns:
        the value
      • getIpAddressType

        public String getIpAddressType()
        Type of IP address for the endpoint
        Returns:
        the value
      • getIpClassificationType

        public String getIpClassificationType()
        IP address classification type for the endpoint
        Returns:
        the value
      • getCountry

        public String getCountry()
        Country of the endpoint
        Returns:
        the value
      • getLatitude

        public Double getLatitude()
        Latitude of the endpoint
        Returns:
        the value
      • getLongitude

        public Double getLongitude()
        Longitude of the endpoint
        Returns:
        the value
      • getAsnNumber

        public String getAsnNumber()
        ASN number of the endpoint
        Returns:
        the value
      • getRegions

        public List<String> getRegions()
        Regions where activities were performed from this IP address
        Returns:
        the value
      • getServices

        public List<String> getServices()
        List of services where activities were performed from this IP address
        Returns:
        the value
      • getTimeLastDetected

        public Date getTimeLastDetected()
        Time when activities were last detected
        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