public class ClusterNodeResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static ClusterNodeResponse |
createExceptionClusterNodeResponse(ClusterNode clusterNode,
java.lang.String uuid,
java.lang.Exception exception) |
static ClusterNodeResponse |
createResultClusterNodeResponse(ClusterNode clusterNode,
java.lang.String uuid,
java.io.Serializable result) |
ClusterNode |
getClusterNode() |
java.lang.Exception |
getException() |
java.io.Serializable |
getResult() |
java.lang.String |
getUuid() |
boolean |
hasException() |
java.lang.String |
toString() |
public static ClusterNodeResponse createExceptionClusterNodeResponse(ClusterNode clusterNode, java.lang.String uuid, java.lang.Exception exception)
public static ClusterNodeResponse createResultClusterNodeResponse(ClusterNode clusterNode, java.lang.String uuid, java.io.Serializable result)
public ClusterNode getClusterNode()
public java.lang.Exception getException()
public java.io.Serializable getResult()
public java.lang.String getUuid()
public boolean hasException()
public java.lang.String toString()
toString
in class java.lang.Object