Interface CounterInc


public interface CounterInc
Payload of a ObjectOperationAction.COUNTER_INC operation, describing an amount by which a LiveCounter object is incremented. The amount may be negative, representing a decrement.

Spec: CIN*

  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Double
    Returns the amount by which the counter is incremented.
  • Method Details

    • getNumber

      @Nullable @Nullable Double getNumber()
      Returns the amount by which the counter is incremented.

      Spec: CIN2a

      Returns:
      the increment amount (may be negative), or null if absent from the operation (such an operation is applied as a no-op, per RTLC9h)