Class ClusterSafetyEntity

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

public class ClusterSafetyEntity extends Object
  • Constructor Details

    • ClusterSafetyEntity

      protected ClusterSafetyEntity()
    • ClusterSafetyEntity

      public ClusterSafetyEntity(String key, String value, String nodeId, String ipAddress, long timestamp)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getNodeId

      @Nullable public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getIpAddress

      @Nullable public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object