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
    @NotNull Double
    Returns the amount by which the counter is incremented.
  • Method Details

    • getNumber

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

      Spec: CIN2a

      Returns:
      the increment amount (may be negative)