public class ClusterSafetyEntity extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClusterSafetyEntity() |
|
ClusterSafetyEntity(String key,
String value,
String nodeId,
String ipAddress,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIpAddress() |
String |
getKey() |
String |
getNodeId() |
long |
getTimestamp() |
String |
getValue() |
int |
hashCode() |
void |
setIpAddress(String ipAddress) |
void |
setKey(String key) |
void |
setNodeId(String nodeId) |
void |
setTimestamp(long timestamp) |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public void setNodeId(String nodeId)
public void setIpAddress(String ipAddress)
public long getTimestamp()
public void setTimestamp(long timestamp)
Copyright © 2021 Atlassian. All rights reserved.