Package com.influxdb.client.domain
Class DecimalPlaces
java.lang.Object
com.influxdb.client.domain.DecimalPlaces
Indicates whether decimal places should be enforced, and how many digits it should show.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The number of digits after decimal to displayIndicates whether decimal point setting should be enforcedint
hashCode()
isEnforced
(Boolean isEnforced) void
void
setIsEnforced
(Boolean isEnforced) toString()
-
Field Details
-
SERIALIZED_NAME_IS_ENFORCED
- See Also:
-
SERIALIZED_NAME_DIGITS
- See Also:
-
-
Constructor Details
-
DecimalPlaces
public DecimalPlaces()
-
-
Method Details
-
isEnforced
-
getIsEnforced
Indicates whether decimal point setting should be enforced- Returns:
- isEnforced
-
setIsEnforced
-
digits
-
getDigits
The number of digits after decimal to display- Returns:
- digits
-
setDigits
-
equals
-
hashCode
public int hashCode() -
toString
-