Class CryptoAnalysisResult


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210610")
    public final class CryptoAnalysisResult
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Metadata for the result of a crypto event analysis.

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

      • CryptoAnalysisResult

        @Deprecated
        @ConstructorProperties({"id","workRequestId","aggregationMode","fleetId","managedInstanceId","hostName","timeFirstEvent","timeLastEvent","totalEventCount","summarizedEventCount","findingCount","nonCompliantFindingCount","timeCreated","timeStarted","timeFinished","cryptoRoadmapVersion","namespace","bucketName","objectName"})
        public CryptoAnalysisResult​(String id,
                                    String workRequestId,
                                    CryptoAnalysisResultMode aggregationMode,
                                    String fleetId,
                                    String managedInstanceId,
                                    String hostName,
                                    Date timeFirstEvent,
                                    Date timeLastEvent,
                                    Integer totalEventCount,
                                    Integer summarizedEventCount,
                                    Integer findingCount,
                                    Integer nonCompliantFindingCount,
                                    Date timeCreated,
                                    Date timeStarted,
                                    Date timeFinished,
                                    String cryptoRoadmapVersion,
                                    String namespace,
                                    String bucketName,
                                    String objectName)
        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
      • getAggregationMode

        public CryptoAnalysisResultMode getAggregationMode()
        The result aggregation mode
        Returns:
        the value
      • getFleetId

        public String getFleetId()
        The fleet OCID.
        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
      • getTimeFirstEvent

        public Date getTimeFirstEvent()
        Time of the first event in the analysis.
        Returns:
        the value
      • getTimeLastEvent

        public Date getTimeLastEvent()
        Time of the last event in the analysis.
        Returns:
        the value
      • getTotalEventCount

        public Integer getTotalEventCount()
        Total number of events in the analysis.
        Returns:
        the value
      • getSummarizedEventCount

        public Integer getSummarizedEventCount()
        Total number of summarized events.

        Summarized events are deduplicated events of interest.

        Returns:
        the value
      • getFindingCount

        public Integer getFindingCount()
        Total number of findings with the analysis.
        Returns:
        the value
      • getNonCompliantFindingCount

        public Integer getNonCompliantFindingCount()
        Total number of non-compliant findings with the analysis.

        A non-compliant finding means the application won’t work properly with the changes introduced by the Crypto Roadmap version used by the analysis.

        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
      • getCryptoRoadmapVersion

        public String getCryptoRoadmapVersion()
        The Crypto Roadmap version used to perform the analysis.
        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
      • 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