Class TpSwapNodeResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wstopology.TpSwapNodeResponseWrapper
-
public class TpSwapNodeResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: TpSwapNodeResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wstopology TimeStamp: 2020-09-23T21:40:52.999Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
protected boolean
local_tpSwapNodeResult
-
Constructor Summary
Constructors Constructor Description TpSwapNodeResponseWrapper()
TpSwapNodeResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse tpswapnoderesponse)
TpSwapNodeResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, boolean _tpSwapNodeResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse
getRaw()
boolean
getTpSwapNodeResult()
void
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
void
setTpSwapNodeResult(boolean _tpSwapNodeResult)
String
toString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
local_tpSwapNodeResult
protected boolean local_tpSwapNodeResult
-
-
Constructor Detail
-
TpSwapNodeResponseWrapper
public TpSwapNodeResponseWrapper()
-
TpSwapNodeResponseWrapper
public TpSwapNodeResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse tpswapnoderesponse)
-
TpSwapNodeResponseWrapper
public TpSwapNodeResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, boolean _tpSwapNodeResult)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpSwapNodeResponse getRaw()
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
-
setTpSwapNodeResult
public void setTpSwapNodeResult(boolean _tpSwapNodeResult)
-
getTpSwapNodeResult
public boolean getTpSwapNodeResult()
-
-