Package com.oracle.bmc.jms.model
Class PerformanceTuningAnalysisResult
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.jms.model.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 thePerformanceTuningAnalysisResult.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 thePerformanceTuningAnalysisResult.Builder
, which maintain a set of all explicitly set fields calledPerformanceTuningAnalysisResult.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerformanceTuningAnalysisResult.Builder
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformanceTuningAnalysisResult.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getApplicationId()
The OCID of the application for which the report has been generated.String
getApplicationInstallationId()
The internal identifier of the application installation for which the report has been generated.String
getApplicationInstallationPath()
The installation path of the application for which the report has been generated.String
getApplicationName()
The name of the application for which the report has been generated.String
getBucketName()
The Object Storage bucket name of this analysis result.String
getFleetId()
The fleet OCID.String
getHostName()
The hostname of the managed instance.String
getId()
The OCID to identify this analysis results.String
getManagedInstanceId()
The managed instance OCID.String
getNamespace()
The Object Storage namespace of this analysis result.String
getObjectName()
The Object Storage object name of this analysis result.PerformanceTuningResultStatus
getResult()
Result of the analysis based on whether warnings have been found or not.Date
getTimeCreated()
The time the result is compiled.Date
getTimeFinished()
The time the JFR recording has finished.Date
getTimeStarted()
The time the JFR recording has started.Integer
getWarningCount()
Total number of warnings reported by the analysis.String
getWorkRequestId()
The OCID of the work request to start the analysis.int
hashCode()
PerformanceTuningAnalysisResult.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
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
-
builder
public static PerformanceTuningAnalysisResult.Builder builder()
Create a new builder.
-
toBuilder
public PerformanceTuningAnalysisResult.Builder toBuilder()
-
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 classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-