Package com.qtsurfer.api.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SweepHeatmapCell object is equal to o.getBest()Get bestgetCount()Get countgetMean()Get meanGet valueAGet valueBinthashCode()voidvoidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE_A
- See Also:
-
JSON_PROPERTY_VALUE_B
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_BEST
- See Also:
-
JSON_PROPERTY_MEAN
- See Also:
-
-
Constructor Details
-
SweepHeatmapCell
public SweepHeatmapCell()
-
-
Method Details
-
valueA
-
getValueA
Get valueA- Returns:
- valueA
-
setValueA
-
valueB
-
getValueB
Get valueB- Returns:
- valueB
-
setValueB
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
best
-
getBest
Get best- Returns:
- best
-
setBest
-
mean
-
getMean
Get mean- Returns:
- mean
-
setMean
-
equals
Return true if this SweepHeatmapCell 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
-