Package com.qtsurfer.api.client.model
Class SweepSensitivity
java.lang.Object
com.qtsurfer.api.client.model.SweepSensitivity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepSensitivity
extends Object
Sensitivity aggregates over a sweep's stored rows. Marginals are always complete; heatmaps may be capped, in which case `heatmapsTruncated` is true.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets objectivestatic enumGets or Sets status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHeatmapsItem(SweepHeatmap heatmapsItem) addMarginalsItem(SweepMarginal marginalsItem) booleanReturn true if this SweepSensitivity object is equal to o.Get heatmapsTrue when at least one two-parameter surface was left out to stay inside the response budget.Get marginalsGet objectiveRows available when this was computed.Get statusGet sweepIdinthashCode()heatmaps(List<SweepHeatmap> heatmaps) heatmapsTruncated(Boolean heatmapsTruncated) marginals(List<SweepMarginal> marginals) objective(SweepSensitivity.ObjectiveEnum objective) rowsAnalysed(Integer rowsAnalysed) voidsetHeatmaps(List<SweepHeatmap> heatmaps) voidsetHeatmapsTruncated(Boolean heatmapsTruncated) voidsetMarginals(List<SweepMarginal> marginals) voidsetObjective(SweepSensitivity.ObjectiveEnum objective) voidsetRowsAnalysed(Integer rowsAnalysed) voidsetStatus(SweepSensitivity.StatusEnum status) voidsetSweepId(String sweepId) status(SweepSensitivity.StatusEnum status) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SWEEP_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_OBJECTIVE
- See Also:
-
JSON_PROPERTY_ROWS_ANALYSED
- See Also:
-
JSON_PROPERTY_MARGINALS
- See Also:
-
JSON_PROPERTY_HEATMAPS
- See Also:
-
JSON_PROPERTY_HEATMAPS_TRUNCATED
- See Also:
-
-
Constructor Details
-
SweepSensitivity
public SweepSensitivity()
-
-
Method Details
-
sweepId
-
getSweepId
Get sweepId- Returns:
- sweepId
-
setSweepId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
objective
-
getObjective
Get objective- Returns:
- objective
-
setObjective
-
rowsAnalysed
-
getRowsAnalysed
Rows available when this was computed. Grows while a sweep is still running.- Returns:
- rowsAnalysed
-
setRowsAnalysed
-
marginals
-
addMarginalsItem
-
getMarginals
Get marginals- Returns:
- marginals
-
setMarginals
-
heatmaps
-
addHeatmapsItem
-
getHeatmaps
Get heatmaps- Returns:
- heatmaps
-
setHeatmaps
-
heatmapsTruncated
-
getHeatmapsTruncated
True when at least one two-parameter surface was left out to stay inside the response budget. Told explicitly because a silently short list would read as \"these are all the interactions\", which is the wrong thing to conclude from a sensitivity view.- Returns:
- heatmapsTruncated
-
setHeatmapsTruncated
-
equals
Return true if this SweepSensitivity 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
-