Class PerformanceTuningAnalysisResultSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jms.model.PerformanceTuningAnalysisResultSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class PerformanceTuningAnalysisResultSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of a performance tuning analysis result.The actual output of the analysis is stored in the Object Storage object. 
 Note: Objects should always be created or deserialized using thePerformanceTuningAnalysisResultSummary.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 thePerformanceTuningAnalysisResultSummary.Builder, which maintain a set of all explicitly set fields calledPerformanceTuningAnalysisResultSummary.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 SummaryNested Classes Modifier and Type Class Description static classPerformanceTuningAnalysisResultSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description PerformanceTuningAnalysisResultSummary(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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformanceTuningAnalysisResultSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetApplicationId()The OCID of the application for which the report has been generated.StringgetApplicationInstallationId()The internal identifier of the application installation for which the report has been generated.StringgetApplicationInstallationPath()The installation path of the application for which the report has been generated.StringgetApplicationName()The name of the application for which the report has been generated.StringgetBucketName()The Object Storage bucket name of this analysis result.StringgetFleetId()The fleet OCID.StringgetHostName()The hostname of the managed instance.StringgetId()The OCID to identify this analysis results.StringgetManagedInstanceId()The managed instance OCID.StringgetNamespace()The Object Storage namespace of this analysis result.StringgetObjectName()The Object Storage object name of this analysis result.PerformanceTuningResultStatusgetResult()Result of the analysis based on whether warnings have been found or not.DategetTimeCreated()The time the result is compiled.DategetTimeFinished()The time the JFR recording has finished.DategetTimeStarted()The time the JFR recording has started.IntegergetWarningCount()Total number of warnings reported by the analysis.StringgetWorkRequestId()The OCID of the work request to start the analysis.inthashCode()PerformanceTuningAnalysisResultSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
PerformanceTuningAnalysisResultSummary@Deprecated @ConstructorProperties({"id","workRequestId","fleetId","applicationId","applicationInstallationId","applicationInstallationPath","warningCount","result","managedInstanceId","hostName","applicationName","namespace","bucketName","objectName","timeCreated","timeStarted","timeFinished"}) public PerformanceTuningAnalysisResultSummary(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- 
builderpublic static PerformanceTuningAnalysisResultSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic PerformanceTuningAnalysisResultSummary.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID to identify this analysis results.- Returns:
- the value
 
 - 
getWorkRequestIdpublic String getWorkRequestId() The OCID of the work request to start the analysis.- Returns:
- the value
 
 - 
getFleetIdpublic String getFleetId() The fleet OCID.- Returns:
- the value
 
 - 
getApplicationIdpublic String getApplicationId() The OCID of the application for which the report has been generated.- Returns:
- the value
 
 - 
getApplicationInstallationIdpublic String getApplicationInstallationId() The internal identifier of the application installation for which the report has been generated.- Returns:
- the value
 
 - 
getApplicationInstallationPathpublic String getApplicationInstallationPath() The installation path of the application for which the report has been generated.- Returns:
- the value
 
 - 
getWarningCountpublic Integer getWarningCount() Total number of warnings reported by the analysis.- Returns:
- the value
 
 - 
getResultpublic PerformanceTuningResultStatus getResult() Result of the analysis based on whether warnings have been found or not.- Returns:
- the value
 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The managed instance OCID.- Returns:
- the value
 
 - 
getHostNamepublic String getHostName() The hostname of the managed instance.- Returns:
- the value
 
 - 
getApplicationNamepublic String getApplicationName() The name of the application for which the report has been generated.- Returns:
- the value
 
 - 
getNamespacepublic String getNamespace() The Object Storage namespace of this analysis result.- Returns:
- the value
 
 - 
getBucketNamepublic String getBucketName() The Object Storage bucket name of this analysis result.- Returns:
- the value
 
 - 
getObjectNamepublic String getObjectName() The Object Storage object name of this analysis result.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time the result is compiled.- Returns:
- the value
 
 - 
getTimeStartedpublic Date getTimeStarted() The time the JFR recording has started.- Returns:
- the value
 
 - 
getTimeFinishedpublic Date getTimeFinished() The time the JFR recording has finished.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-