Class Record

    • Method Detail

      • key

        public final String key()
        The key for the record.
        Returns:
        The key for the record.
      • value

        public final String value()
        The value for the record.
        Returns:
        The value for the record.
      • syncCount

        public final Long syncCount()
        The server sync count for this record.
        Returns:
        The server sync count for this record.
      • lastModifiedDate

        public final Instant lastModifiedDate()
        The date on which the record was last modified.
        Returns:
        The date on which the record was last modified.
      • lastModifiedBy

        public final String lastModifiedBy()
        The user/device that made the last change to this record.
        Returns:
        The user/device that made the last change to this record.
      • deviceLastModifiedDate

        public final Instant deviceLastModifiedDate()
        The last modified date of the client device.
        Returns:
        The last modified date of the client device.
      • serializableBuilderClass

        public static Class<? extends Record.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)