Class PerformanceTuningAnalysisResult


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210610")
    public final class PerformanceTuningAnalysisResult
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Metadata of a Performance Tuning Analysis result.

    The analysis result is stored as the Object Storage object.
    Note: Objects should always be created or deserialized using the PerformanceTuningAnalysisResult.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 PerformanceTuningAnalysisResult.Builder, which maintain a set of all explicitly set fields called PerformanceTuningAnalysisResult.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

      • PerformanceTuningAnalysisResult

        @Deprecated
        @ConstructorProperties({"id","workRequestId","fleetId","applicationId","applicationInstallationId","applicationInstallationPath","warningCount","result","managedInstanceId","hostName","applicationName","namespace","bucketName","objectName","timeCreated","timeStarted","timeFinished"})
        public PerformanceTuningAnalysisResult​(String id,
                                               String workRequestId,
                                               String fleetId,
                                               String applicationId,
                                               String applicationInstallationId,
                                               String applicationInstallationPath,
                                               Integer warningCount,
                                               PerformanceTuningResultStatus result,
                                               String managedInstanceId,
                                               String hostName,
                                               String applicationName,
                                               String namespace,
                                               String bucketName,
                                               String objectName,
                                               Date timeCreated,
                                               Date timeStarted,
                                               Date timeFinished)
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        The OCID to identify this analysis results.
        Returns:
        the value
      • getWorkRequestId

        public String getWorkRequestId()
        The OCID of the work request to start the analysis.
        Returns:
        the value
      • getFleetId

        public String getFleetId()
        The fleet OCID.
        Returns:
        the value
      • getApplicationId

        public String getApplicationId()
        The OCID of the application for which the report has been generated.
        Returns:
        the value
      • getApplicationInstallationId

        public String getApplicationInstallationId()
        The internal identifier of the application installation for which the report has been generated.
        Returns:
        the value
      • getApplicationInstallationPath

        public String getApplicationInstallationPath()
        The installation path of the application for which the report has been generated.
        Returns:
        the value
      • getWarningCount

        public Integer getWarningCount()
        Total number of warnings reported by the analysis.
        Returns:
        the value
      • getResult

        public PerformanceTuningResultStatus getResult()
        Result of the analysis based on whether warnings have been found or not.
        Returns:
        the value
      • getManagedInstanceId

        public String getManagedInstanceId()
        The managed instance OCID.
        Returns:
        the value
      • getHostName

        public String getHostName()
        The hostname of the managed instance.
        Returns:
        the value
      • getApplicationName

        public String getApplicationName()
        The name of the application for which the report has been generated.
        Returns:
        the value
      • getNamespace

        public String getNamespace()
        The Object Storage namespace of this analysis result.
        Returns:
        the value
      • getBucketName

        public String getBucketName()
        The Object Storage bucket name of this analysis result.
        Returns:
        the value
      • getObjectName

        public String getObjectName()
        The Object Storage object name of this analysis result.
        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        The time the result is compiled.
        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        The time the JFR recording has started.
        Returns:
        the value
      • getTimeFinished

        public Date getTimeFinished()
        The time the JFR recording has finished.
        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