Class TpSwapNodeRequestWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wstopology.TpSwapNodeRequestWrapper
-
public class TpSwapNodeRequestWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: TpSwapNodeRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wstopology TimeStamp: 2020-09-23T21:40:52.998Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_cluster
protected String
local_newIP
protected String
local_oldIP
-
Constructor Summary
Constructors Constructor Description TpSwapNodeRequestWrapper()
TpSwapNodeRequestWrapper(String _cluster, String _oldIP, String _newIP)
TpSwapNodeRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest tpswapnoderequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeRequest getRaw()
-
setCluster
public void setCluster(String _cluster)
-
getCluster
public String getCluster()
-
setOldIP
public void setOldIP(String _oldIP)
-
getOldIP
public String getOldIP()
-
setNewIP
public void setNewIP(String _newIP)
-
getNewIP
public String getNewIP()
-
-