Class TmbResult


  • public class TmbResult
    extends java.lang.Object
    • Field Detail

      • JSON_PROPERTY_VALUE

        public static final java.lang.String JSON_PROPERTY_VALUE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_UNIT

        public static final java.lang.String JSON_PROPERTY_UNIT
        See Also:
        Constant Field Values
    • Constructor Detail

      • TmbResult

        public TmbResult()
    • Method Detail

      • value

        public TmbResult value​(java.math.BigDecimal value)
      • getValue

        public java.math.BigDecimal getValue()
      • setValue

        public void setValue​(java.math.BigDecimal value)
      • unit

        public TmbResult unit​(@Nullable java.lang.String unit)
      • getUnit

        public @Nullable java.lang.String getUnit()
      • setUnit

        public void setUnit​(@Nullable java.lang.String unit)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object