public class TpSwapNodeRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cluster |
protected String |
local_newIP |
protected String |
local_oldIP |
| Constructor and Description |
|---|
TpSwapNodeRequestWrapper() |
TpSwapNodeRequestWrapper(String _cluster,
String _oldIP,
String _newIP) |
TpSwapNodeRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest tpswapnoderequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
String |
getNewIP() |
String |
getOldIP() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest |
getRaw() |
void |
setCluster(String _cluster) |
void |
setNewIP(String _newIP) |
void |
setOldIP(String _oldIP) |
String |
toString() |
protected String local_cluster
protected String local_oldIP
protected String local_newIP
public TpSwapNodeRequestWrapper()
public TpSwapNodeRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest tpswapnoderequest)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest getRaw()
public void setCluster(String _cluster)
public String getCluster()
public void setOldIP(String _oldIP)
public String getOldIP()
public void setNewIP(String _newIP)
public String getNewIP()
Copyright © 2021. All rights reserved.