@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
).
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceTuningAnalysisResult.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and 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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static PerformanceTuningAnalysisResult.Builder builder()
Create a new builder.
public PerformanceTuningAnalysisResult.Builder toBuilder()
public String getId()
The OCID to identify this analysis results.
public String getWorkRequestId()
The OCID of the work request to start the analysis.
public String getFleetId()
The fleet OCID.
public String getApplicationId()
The OCID of the application for which the report has been generated.
public String getApplicationInstallationId()
The internal identifier of the application installation for which the report has been generated.
public String getApplicationInstallationPath()
The installation path of the application for which the report has been generated.
public Integer getWarningCount()
Total number of warnings reported by the analysis.
public PerformanceTuningResultStatus getResult()
Result of the analysis based on whether warnings have been found or not.
public String getManagedInstanceId()
The managed instance OCID.
public String getHostName()
The hostname of the managed instance.
public String getApplicationName()
The name of the application for which the report has been generated.
public String getNamespace()
The Object Storage namespace of this analysis result.
public String getBucketName()
The Object Storage bucket name of this analysis result.
public String getObjectName()
The Object Storage object name of this analysis result.
public Date getTimeCreated()
The time the result is compiled.
public Date getTimeStarted()
The time the JFR recording has started.
public Date getTimeFinished()
The time the JFR recording has finished.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.