Class SweepHeatmapCell

java.lang.Object
com.qtsurfer.api.client.model.SweepHeatmapCell

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class SweepHeatmapCell extends Object
SweepHeatmapCell
  • Field Details

  • Constructor Details

    • SweepHeatmapCell

      public SweepHeatmapCell()
  • Method Details

    • valueA

      public SweepHeatmapCell valueA(@Nullable Object valueA)
    • getValueA

      @Nullable public Object getValueA()
      Get valueA
      Returns:
      valueA
    • setValueA

      public void setValueA(@Nullable Object valueA)
    • valueB

      public SweepHeatmapCell valueB(@Nullable Object valueB)
    • getValueB

      @Nullable public Object getValueB()
      Get valueB
      Returns:
      valueB
    • setValueB

      public void setValueB(@Nullable Object valueB)
    • count

      public SweepHeatmapCell count(@Nullable Integer count)
    • getCount

      @Nullable public Integer getCount()
      Get count
      Returns:
      count
    • setCount

      public void setCount(@Nullable Integer count)
    • best

      public SweepHeatmapCell best(@Nullable Double best)
    • getBest

      @Nullable public Double getBest()
      Get best
      Returns:
      best
    • setBest

      public void setBest(@Nullable Double best)
    • mean

      public SweepHeatmapCell mean(@Nullable Double mean)
    • getMean

      @Nullable public Double getMean()
      Get mean
      Returns:
      mean
    • setMean

      public void setMean(@Nullable Double mean)
    • equals

      public boolean equals(Object o)
      Return true if this SweepHeatmapCell object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

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

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string