public class ClusterNodeData extends Object
| Constructor and Description |
|---|
ClusterNodeData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterNodeId() |
String |
getLastAttemptFormattedDate() |
String |
getLastSeenFormattedDate() |
String |
getServerAddress() |
void |
setClusterNodeId(int clusterNodeId) |
void |
setLastAttemptFormattedDate(String lastAttemptFormattedDate) |
void |
setLastSeenFormattedDate(String lastSeenFormattedDate) |
void |
setServerAddress(String serverAddress) |
public String getLastSeenFormattedDate()
public void setLastSeenFormattedDate(String lastSeenFormattedDate)
public String getLastAttemptFormattedDate()
public void setLastAttemptFormattedDate(String lastAttemptFormattedDate)
public String getServerAddress()
public void setServerAddress(String serverAddress)
public int getClusterNodeId()
public void setClusterNodeId(int clusterNodeId)
Copyright © 2017 SAP SE. All Rights Reserved.