public class RoxieControlEndpointInfoWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_address |
protected boolean |
local_attached |
protected String |
local_stateHash |
protected String |
local_status |
| Constructor and Description |
|---|
RoxieControlEndpointInfoWrapper() |
RoxieControlEndpointInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.RoxieControlEndpointInfo roxiecontrolendpointinfo) |
RoxieControlEndpointInfoWrapper(String _address,
boolean _attached,
String _stateHash,
String _status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
boolean |
getAttached() |
org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.RoxieControlEndpointInfo |
getRaw() |
String |
getStateHash() |
String |
getStatus() |
void |
setAddress(String _address) |
void |
setAttached(boolean _attached) |
void |
setStateHash(String _stateHash) |
void |
setStatus(String _status) |
String |
toString() |
protected String local_address
protected boolean local_attached
protected String local_stateHash
protected String local_status
public RoxieControlEndpointInfoWrapper()
public RoxieControlEndpointInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.RoxieControlEndpointInfo roxiecontrolendpointinfo)
public org.hpccsystems.ws.client.gen.axis2.wssmc.v1_23.RoxieControlEndpointInfo getRaw()
public void setAddress(String _address)
public String getAddress()
public void setAttached(boolean _attached)
public boolean getAttached()
public void setStateHash(String _stateHash)
public String getStateHash()
public void setStatus(String _status)
public String getStatus()
Copyright © 2021. All rights reserved.