Class Bin
- java.lang.Object
-
- org.genesys.amphibian.client.model.Bin
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Bin extends Object
Bin
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MAXstatic StringJSON_PROPERTY_MINstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description Bin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DoublegetMax()Get maxDoublegetMin()Get minLonggetValue()Get valueinthashCode()Binmax(Double max)Binmin(Double min)voidsetMax(Double max)voidsetMin(Double min)voidsetValue(Long value)StringtoString()Binvalue(Long value)
-
-
-
Field Detail
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_MIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MAX
- See Also:
- Constant Field Values
-
-