Class AddmDbFindingsTimeSeriesSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public final class AddmDbFindingsTimeSeriesSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    ADDM findings time series data
    Note: Objects should always be created or deserialized using the AddmDbFindingsTimeSeriesSummary.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 AddmDbFindingsTimeSeriesSummary.Builder, which maintain a set of all explicitly set fields called AddmDbFindingsTimeSeriesSummary.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

      • AddmDbFindingsTimeSeriesSummary

        @Deprecated
        @ConstructorProperties({"id","taskId","taskName","findingId","timestamp","timeAnalysisStarted","timeAnalysisEnded","categoryName","categoryDisplayName","name","message","analysisDbTimeInSecs","analysisAvgActiveSessions","impactDbTimeInSecs","impactPercent","impactAvgActiveSessions"})
        public AddmDbFindingsTimeSeriesSummary​(String id,
                                               Integer taskId,
                                               String taskName,
                                               String findingId,
                                               Date timestamp,
                                               Date timeAnalysisStarted,
                                               Date timeAnalysisEnded,
                                               String categoryName,
                                               String categoryDisplayName,
                                               String name,
                                               String message,
                                               Double analysisDbTimeInSecs,
                                               Double analysisAvgActiveSessions,
                                               Double impactDbTimeInSecs,
                                               Double impactPercent,
                                               Double impactAvgActiveSessions)
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        The OCID of the Database insight.
        Returns:
        the value
      • getTaskId

        public Integer getTaskId()
        Unique ADDM task id
        Returns:
        the value
      • getTaskName

        public String getTaskName()
        ADDM task name
        Returns:
        the value
      • getFindingId

        public String getFindingId()
        Unique finding id
        Returns:
        the value
      • getTimestamp

        public Date getTimestamp()
        Timestamp when finding was generated
        Returns:
        the value
      • getTimeAnalysisStarted

        public Date getTimeAnalysisStarted()
        Start Timestamp of snapshot
        Returns:
        the value
      • getTimeAnalysisEnded

        public Date getTimeAnalysisEnded()
        End Timestamp of snapshot
        Returns:
        the value
      • getCategoryName

        public String getCategoryName()
        Category name
        Returns:
        the value
      • getCategoryDisplayName

        public String getCategoryDisplayName()
        Category display name
        Returns:
        the value
      • getName

        public String getName()
        Finding name
        Returns:
        the value
      • getMessage

        public String getMessage()
        Finding message
        Returns:
        the value
      • getAnalysisDbTimeInSecs

        public Double getAnalysisDbTimeInSecs()
        DB time in seconds for the snapshot
        Returns:
        the value
      • getAnalysisAvgActiveSessions

        public Double getAnalysisAvgActiveSessions()
        DB avg active sessions for the snapshot
        Returns:
        the value
      • getImpactDbTimeInSecs

        public Double getImpactDbTimeInSecs()
        Impact in seconds
        Returns:
        the value
      • getImpactPercent

        public Double getImpactPercent()
        Impact in terms of percentage of total activity
        Returns:
        the value
      • getImpactAvgActiveSessions

        public Double getImpactAvgActiveSessions()
        Impact in terms of average active sessions
        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