Class GetTemplateBaselineComparisonRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public class GetTemplateBaselineComparisonRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/datasafe/GetTemplateBaselineComparisonExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTemplateBaselineComparisonRequest.

    • Constructor Detail

      • GetTemplateBaselineComparisonRequest

        public GetTemplateBaselineComparisonRequest()
    • Method Detail

      • getSecurityAssessmentId

        public String getSecurityAssessmentId()
        The OCID of the security assessment.
      • getComparisonSecurityAssessmentId

        public String getComparisonSecurityAssessmentId()
        The OCID of the security assessment baseline.
      • getTargetId

        public String getTargetId()
        A filter to return only items related to a specific target OCID.
      • getCategory

        public String getCategory()
        The category of the finding.
      • getFindingKey

        public String getFindingKey()
        The unique key that identifies the finding.

        It is a string and unique within a security assessment.

      • getOpcRequestId

        public String getOpcRequestId()
        Unique identifier for the request.
      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>