parent
c28e731156
commit
8d9e9ec3e5
@ -54,6 +54,19 @@ private OMNodeDetails(String serviceId, String nodeId,
|
||||
this.httpsAddress = httpsAddress;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "OMNodeDetails["
|
||||
+ "omServiceId=" + omServiceId +
|
||||
", omNodeId=" + omNodeId +
|
||||
", rpcAddress=" + rpcAddress +
|
||||
", rpcPort=" + rpcPort +
|
||||
", ratisPort=" + ratisPort +
|
||||
", httpAddress=" + httpAddress +
|
||||
", httpsAddress=" + httpsAddress +
|
||||
"]";
|
||||
}
|
||||
|
||||
/**
|
||||
* Builder class for OMNodeDetails.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user