Class BoxPlotConfidence

java.lang.Object
ai.reveng.model.BoxPlotConfidence

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BoxPlotConfidence extends Object
Format for confidence - returned in the box plot format
  • Field Details

  • Constructor Details

    • BoxPlotConfidence

      public BoxPlotConfidence()
  • Method Details

    • min

      public BoxPlotConfidence min(@Nonnull BigDecimal min)
    • getMin

      @Nonnull public BigDecimal getMin()
      Get min
      Returns:
      min
    • setMin

      public void setMin(@Nonnull BigDecimal min)
    • max

      public BoxPlotConfidence max(@Nonnull BigDecimal max)
    • getMax

      @Nonnull public BigDecimal getMax()
      Get max
      Returns:
      max
    • setMax

      public void setMax(@Nonnull BigDecimal max)
    • average

      public BoxPlotConfidence average(@Nonnull BigDecimal average)
    • getAverage

      @Nonnull public BigDecimal getAverage()
      Get average
      Returns:
      average
    • setAverage

      public void setAverage(@Nonnull BigDecimal average)
    • upperQuartile

      public BoxPlotConfidence upperQuartile(@Nonnull BigDecimal upperQuartile)
    • getUpperQuartile

      @Nonnull public BigDecimal getUpperQuartile()
      Get upperQuartile
      Returns:
      upperQuartile
    • setUpperQuartile

      public void setUpperQuartile(@Nonnull BigDecimal upperQuartile)
    • lowerQuartile

      public BoxPlotConfidence lowerQuartile(@Nonnull BigDecimal lowerQuartile)
    • getLowerQuartile

      @Nonnull public BigDecimal getLowerQuartile()
      Get lowerQuartile
      Returns:
      lowerQuartile
    • setLowerQuartile

      public void setLowerQuartile(@Nonnull BigDecimal lowerQuartile)
    • positiveCount

      public BoxPlotConfidence positiveCount(@Nonnull Integer positiveCount)
    • getPositiveCount

      @Nonnull public Integer getPositiveCount()
      Get positiveCount
      Returns:
      positiveCount
    • setPositiveCount

      public void setPositiveCount(@Nonnull Integer positiveCount)
    • negativeCount

      public BoxPlotConfidence negativeCount(@Nonnull Integer negativeCount)
    • getNegativeCount

      @Nonnull public Integer getNegativeCount()
      Get negativeCount
      Returns:
      negativeCount
    • setNegativeCount

      public void setNegativeCount(@Nonnull Integer negativeCount)
    • putAdditionalProperty

      public BoxPlotConfidence putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the BoxPlotConfidence instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to BoxPlotConfidence
    • fromJson

      public static BoxPlotConfidence fromJson(String jsonString) throws IOException
      Create an instance of BoxPlotConfidence given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of BoxPlotConfidence
      Throws:
      IOException - if the JSON string is invalid with respect to BoxPlotConfidence
    • toJson

      public String toJson()
      Convert an instance of BoxPlotConfidence to an JSON string
      Returns:
      JSON string