Class ClusterNodeData
- java.lang.Object
-
- de.hybris.platform.hac.data.dto.cluster.ClusterNodeData
-
public class ClusterNodeData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClusterNodeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClusterNodeId()java.lang.StringgetLastAttemptFormattedDate()java.lang.StringgetLastSeenFormattedDate()java.lang.StringgetServerAddress()voidsetClusterNodeId(int clusterNodeId)voidsetLastAttemptFormattedDate(java.lang.String lastAttemptFormattedDate)voidsetLastSeenFormattedDate(java.lang.String lastSeenFormattedDate)voidsetServerAddress(java.lang.String serverAddress)
-
-
-
Method Detail
-
getLastSeenFormattedDate
public java.lang.String getLastSeenFormattedDate()
-
setLastSeenFormattedDate
public void setLastSeenFormattedDate(java.lang.String lastSeenFormattedDate)
-
getLastAttemptFormattedDate
public java.lang.String getLastAttemptFormattedDate()
-
setLastAttemptFormattedDate
public void setLastAttemptFormattedDate(java.lang.String lastAttemptFormattedDate)
-
getServerAddress
public java.lang.String getServerAddress()
-
setServerAddress
public void setServerAddress(java.lang.String serverAddress)
-
getClusterNodeId
public int getClusterNodeId()
-
setClusterNodeId
public void setClusterNodeId(int clusterNodeId)
-
-