Class MapiPCLCacheEntry

java.lang.Object
net.bluemind.exchange.mapi.api.MapiPCLCacheEntry

public class MapiPCLCacheEntry extends Object
  • Field Details

  • Constructor Details

    • MapiPCLCacheEntry

      public MapiPCLCacheEntry(long modificationNanos, UUID serverReplicaGuid, long version, int changekeySize)
    • MapiPCLCacheEntry

      public MapiPCLCacheEntry()
  • Method Details

    • getModificationNanos

      public long getModificationNanos()
    • setModificationNanos

      public void setModificationNanos(long modificationNanos)
    • getServerReplicaGuid

      public UUID getServerReplicaGuid()
    • setServerReplicaGuid

      public void setServerReplicaGuid(UUID serverReplicaGuid)
    • getVersion

      public long getVersion()
    • setVersion

      public void setVersion(long version)
    • getChangekeySize

      public int getChangekeySize()
    • setChangekeySize

      public void setChangekeySize(int changekeySize)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object