JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codegurusecurity.model

Class FindingMetricsValuePerSeverity

    • Constructor Detail

      • FindingMetricsValuePerSeverity

        public FindingMetricsValuePerSeverity()
    • Method Detail

      • setCritical

        public void setCritical(Double critical)

        A numeric value corresponding to a critical finding.

        Parameters:
        critical - A numeric value corresponding to a critical finding.
      • getCritical

        public Double getCritical()

        A numeric value corresponding to a critical finding.

        Returns:
        A numeric value corresponding to a critical finding.
      • withCritical

        public FindingMetricsValuePerSeverity withCritical(Double critical)

        A numeric value corresponding to a critical finding.

        Parameters:
        critical - A numeric value corresponding to a critical finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHigh

        public void setHigh(Double high)

        A numeric value corresponding to a high severity finding.

        Parameters:
        high - A numeric value corresponding to a high severity finding.
      • getHigh

        public Double getHigh()

        A numeric value corresponding to a high severity finding.

        Returns:
        A numeric value corresponding to a high severity finding.
      • withHigh

        public FindingMetricsValuePerSeverity withHigh(Double high)

        A numeric value corresponding to a high severity finding.

        Parameters:
        high - A numeric value corresponding to a high severity finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInfo

        public void setInfo(Double info)

        A numeric value corresponding to an informational finding.

        Parameters:
        info - A numeric value corresponding to an informational finding.
      • getInfo

        public Double getInfo()

        A numeric value corresponding to an informational finding.

        Returns:
        A numeric value corresponding to an informational finding.
      • withInfo

        public FindingMetricsValuePerSeverity withInfo(Double info)

        A numeric value corresponding to an informational finding.

        Parameters:
        info - A numeric value corresponding to an informational finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLow

        public void setLow(Double low)

        A numeric value corresponding to a low severity finding.

        Parameters:
        low - A numeric value corresponding to a low severity finding.
      • getLow

        public Double getLow()

        A numeric value corresponding to a low severity finding.

        Returns:
        A numeric value corresponding to a low severity finding.
      • withLow

        public FindingMetricsValuePerSeverity withLow(Double low)

        A numeric value corresponding to a low severity finding.

        Parameters:
        low - A numeric value corresponding to a low severity finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMedium

        public void setMedium(Double medium)

        A numeric value corresponding to a medium severity finding.

        Parameters:
        medium - A numeric value corresponding to a medium severity finding.
      • getMedium

        public Double getMedium()

        A numeric value corresponding to a medium severity finding.

        Returns:
        A numeric value corresponding to a medium severity finding.
      • withMedium

        public FindingMetricsValuePerSeverity withMedium(Double medium)

        A numeric value corresponding to a medium severity finding.

        Parameters:
        medium - A numeric value corresponding to a medium severity finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /