Package ai.reveng.model
Class BoxPlotConfidence
java.lang.Object
ai.reveng.model.BoxPlotConfidence
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BoxPlotConfidence
extends Object
Format for confidence - returned in the box plot format
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverage(BigDecimal average) booleanstatic BoxPlotConfidenceCreate an instance of BoxPlotConfidence given an JSON stringGet averageGet lowerQuartilegetMax()Get maxgetMin()Get minGet negativeCountGet positiveCountGet upperQuartileinthashCode()lowerQuartile(BigDecimal lowerQuartile) max(BigDecimal max) min(BigDecimal min) negativeCount(Integer negativeCount) positiveCount(Integer positiveCount) voidsetAverage(BigDecimal average) voidsetLowerQuartile(BigDecimal lowerQuartile) voidsetMax(BigDecimal max) voidsetMin(BigDecimal min) voidsetNegativeCount(Integer negativeCount) voidsetPositiveCount(Integer positiveCount) voidsetUpperQuartile(BigDecimal upperQuartile) toJson()Convert an instance of BoxPlotConfidence to an JSON stringtoString()upperQuartile(BigDecimal upperQuartile) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_MIN
- See Also:
-
SERIALIZED_NAME_MAX
- See Also:
-
SERIALIZED_NAME_AVERAGE
- See Also:
-
SERIALIZED_NAME_UPPER_QUARTILE
- See Also:
-
SERIALIZED_NAME_LOWER_QUARTILE
- See Also:
-
SERIALIZED_NAME_POSITIVE_COUNT
- See Also:
-
SERIALIZED_NAME_NEGATIVE_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BoxPlotConfidence
public BoxPlotConfidence()
-
-
Method Details
-
min
-
getMin
Get min- Returns:
- min
-
setMin
-
max
-
getMax
Get max- Returns:
- max
-
setMax
-
average
-
getAverage
Get average- Returns:
- average
-
setAverage
-
upperQuartile
-
getUpperQuartile
Get upperQuartile- Returns:
- upperQuartile
-
setUpperQuartile
-
lowerQuartile
-
getLowerQuartile
Get lowerQuartile- Returns:
- lowerQuartile
-
setLowerQuartile
-
positiveCount
-
getPositiveCount
Get positiveCount- Returns:
- positiveCount
-
setPositiveCount
-
negativeCount
-
getNegativeCount
Get negativeCount- Returns:
- negativeCount
-
setNegativeCount
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BoxPlotConfidence
-
fromJson
Create an instance of BoxPlotConfidence given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BoxPlotConfidence
- Throws:
IOException- if the JSON string is invalid with respect to BoxPlotConfidence
-
toJson
Convert an instance of BoxPlotConfidence to an JSON string- Returns:
- JSON string
-