Class ClusterLockEntity

java.lang.Object
com.atlassian.crowd.model.cluster.ClusterLockEntity

public class ClusterLockEntity extends Object
  • Constructor Details

    • ClusterLockEntity

      protected ClusterLockEntity()
    • ClusterLockEntity

      public ClusterLockEntity(@Nonnull String lockName, @Nullable String nodeId, long timestamp)
  • Method Details

    • getLockName

      public String getLockName()
    • setLockName

      public void setLockName(String lockName)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object