Class AttrValueHistorical

java.lang.Object
org.opends.server.replication.plugin.AttrValueHistorical

public final class AttrValueHistorical extends Object
AttrValueHistorical is the historical information of the modification of one attribute value.
  • Method Details

    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getValueDeleteTime

      public CSN getValueDeleteTime()
      Get the last time when the value was deleted.
      Returns:
      the last time when the value was deleted
    • getValueUpdateTime

      public CSN getValueUpdateTime()
      Get the last time when the value was updated.
      Returns:
      the last time when the value was updated
    • getAttributeValue

      public ByteString getAttributeValue()
      Get the attributeValue for which this object was generated.
      Returns:
      the value for which this object was generated
    • isUpdate

      public boolean isUpdate()
      Check if the value associated with this object was updated.
      Returns:
      true if the value associated with this object was updated
    • toString

      public String toString()
      Overrides:
      toString in class Object