Class CryptoAssessmentFindingSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class CryptoAssessmentFindingSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    One crypto deviation finding for a specific assessment run.
    Note: Objects should always be created or deserialized using the CryptoAssessmentFindingSummary.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 CryptoAssessmentFindingSummary.Builder, which maintain a set of all explicitly set fields called CryptoAssessmentFindingSummary.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).
    • Method Detail

      • getFindingKey

        public String getFindingKey()
        Unique key identifier for the finding.
        Returns:
        the value
      • getTitle

        public String getTitle()
        Human-readable title for the finding.
        Returns:
        the value
      • getCategory

        public String getCategory()
        Category value recorded for the finding.
        Returns:
        the value
      • getPriority

        public Integer getPriority()
        Numeric priority of the finding.

        1 is CRITICAL, 2 is HIGH, 3 is MEDIUM, and 4 is LOW.

        Returns:
        the value
      • getExpectedValue

        public String getExpectedValue()
        Expected value recorded for the finding.
        Returns:
        the value
      • getObservedValue

        public List<String> getObservedValue()
        Observed values recorded for the finding.
        Returns:
        the value
      • getRecommendedValue

        public String getRecommendedValue()
        Recommended value recorded for the finding.
        Returns:
        the value
      • getStatus

        public CryptoFindingStatus getStatus()
        Status recorded for the finding.
        Returns:
        the value
      • getIsQuantumReadinessCheck

        public Boolean getIsQuantumReadinessCheck()
        Indicates whether this finding is part of quantum-readiness checks.
        Returns:
        the value
      • getSummary

        public String getSummary()
        Summary recorded for the finding.
        Returns:
        the value
      • getShortSummary

        public String getShortSummary()
        Short summary of the finding.
        Returns:
        the value
      • getUrl

        public String getUrl()
        URL recorded for the finding.
        Returns:
        the value
      • getRemediation

        public String getRemediation()
        Remediation text recorded for the finding.
        Returns:
        the value
      • getShortRemediation

        public String getShortRemediation()
        Short remediation for the finding.
        Returns:
        the value
      • getCompliance

        public String getCompliance()
        Compliance mapping recorded for the finding.
        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