Class DeltaExtras

java.lang.Object
io.ably.lib.types.DeltaExtras

public final class DeltaExtras extends Object
  • Field Details

  • Method Details

    • getFormat

      public String getFormat()
      The delta format. As at API version 1.2, only DeltaExtras.FORMAT_VCDIFF is supported. Will never return null.
    • getFrom

      public String getFrom()
      The id of the message the delta was generated from. Will never return null.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object