Package com.qtsurfer.api.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCellsItem(SweepHeatmapCell cellsItem) cells(List<SweepHeatmapCell> cells) booleanReturn true if this SweepHeatmap object is equal to o.getCells()Get cellsGet paramAGet paramBinthashCode()voidsetCells(List<SweepHeatmapCell> cells) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PARAM_A
- See Also:
-
JSON_PROPERTY_PARAM_B
- See Also:
-
JSON_PROPERTY_CELLS
- See Also:
-
-
Constructor Details
-
SweepHeatmap
public SweepHeatmap()
-
-
Method Details
-
paramA
-
getParamA
Get paramA- Returns:
- paramA
-
setParamA
-
paramB
-
getParamB
Get paramB- Returns:
- paramB
-
setParamB
-
cells
-
addCellsItem
-
getCells
Get cells- Returns:
- cells
-
setCells
-
equals
Return true if this SweepHeatmap object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-