@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Bin
extends Object
Bin
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
void
void
void
-
Field Details
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
-
-
JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_MIN
- See Also:
-
-
JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MAX
- See Also:
-
-
-
Method Details
-
-
getValue
@Nullable
public Long getValue()
Get value
- Returns:
- value
-
setValue
public void setValue(Long value)
-
-
getMin
@Nullable
public Double getMin()
Get min
- Returns:
- min
-
setMin
public void setMin(Double min)
-
-
getMax
@Nullable
public Double getMax()
Get max
- Returns:
- max
-
setMax
public void setMax(Double max)
-
-
-