Class ResourceProfileEndpointSummary


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

      • ResourceProfileEndpointSummary

        @Deprecated
        @ConstructorProperties({"id","resourceProfileId","problemId","sightingType","sightingTypeDisplayName","ipAddress","ipAddressType","ipClassificationType","country","latitude","longitude","asnNumber","regions","services","timeFirstDetected","timeLastDetected","timeFirstOccurred","timeLastOccurred"})
        public ResourceProfileEndpointSummary​(String id,
                                              String resourceProfileId,
                                              String problemId,
                                              String sightingType,
                                              String sightingTypeDisplayName,
                                              String ipAddress,
                                              String ipAddressType,
                                              String ipClassificationType,
                                              String country,
                                              Double latitude,
                                              Double longitude,
                                              String asnNumber,
                                              List<String> regions,
                                              List<String> services,
                                              Date timeFirstDetected,
                                              Date timeLastDetected,
                                              Date timeFirstOccurred,
                                              Date timeLastOccurred)
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        Unique identifier for sighting endpoints
        Returns:
        the value
      • getResourceProfileId

        public String getResourceProfileId()
        Resource profile ID associated with the impacted resource
        Returns:
        the value
      • getProblemId

        public String getProblemId()
        Problem ID for sighting endpoints
        Returns:
        the value
      • getSightingType

        public String getSightingType()
        Type of sighting for sighting endpoints
        Returns:
        the value
      • getSightingTypeDisplayName

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

        public String getIpAddress()
        IP address for sighting
        Returns:
        the value
      • getIpAddressType

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

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

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

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

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

        public String getAsnNumber()
        ASN number of sighting
        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
      • getTimeFirstDetected

        public Date getTimeFirstDetected()
        Time the activities were first detected.
        Returns:
        the value
      • getTimeLastDetected

        public Date getTimeLastDetected()
        Time the activities were last detected.
        Returns:
        the value
      • getTimeFirstOccurred

        public Date getTimeFirstOccurred()
        Time the activities were first performed.
        Returns:
        the value
      • getTimeLastOccurred

        public Date getTimeLastOccurred()
        Time the activities were last performed.
        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