Class SweepHeatmap

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class SweepHeatmap extends Object
The surface for one pair of axes, with all others collapsed away.
  • Field Details

  • Constructor Details

    • SweepHeatmap

      public SweepHeatmap()
  • Method Details

    • paramA

      public SweepHeatmap paramA(@Nullable String paramA)
    • getParamA

      @Nullable public String getParamA()
      Get paramA
      Returns:
      paramA
    • setParamA

      public void setParamA(@Nullable String paramA)
    • paramB

      public SweepHeatmap paramB(@Nullable String paramB)
    • getParamB

      @Nullable public String getParamB()
      Get paramB
      Returns:
      paramB
    • setParamB

      public void setParamB(@Nullable String paramB)
    • cells

      public SweepHeatmap cells(@Nullable List<SweepHeatmapCell> cells)
    • addCellsItem

      public SweepHeatmap addCellsItem(SweepHeatmapCell cellsItem)
    • getCells

      @Nullable public List<SweepHeatmapCell> getCells()
      Get cells
      Returns:
      cells
    • setCells

      public void setCells(@Nullable List<SweepHeatmapCell> cells)
    • equals

      public boolean equals(Object o)
      Return true if this SweepHeatmap 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