public class ECLGraphWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
local_complete |
protected boolean |
local_failed |
protected String |
local_label |
protected String |
local_name |
protected boolean |
local_running |
protected long |
local_runningId |
protected String |
local_type |
protected String |
local_whenFinished |
protected String |
local_whenStarted |
| Constructor and Description |
|---|
ECLGraphWrapper() |
ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph eclgraph) |
ECLGraphWrapper(String _name,
String _label,
String _type,
boolean _running,
boolean _complete,
boolean _failed,
long _runningId,
String _whenStarted,
String _whenFinished) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getComplete() |
boolean |
getFailed() |
String |
getLabel() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph |
getRaw() |
boolean |
getRunning() |
long |
getRunningId() |
String |
getType() |
String |
getWhenFinished() |
String |
getWhenStarted() |
void |
setComplete(boolean _complete) |
void |
setFailed(boolean _failed) |
void |
setLabel(String _label) |
void |
setName(String _name) |
void |
setRunning(boolean _running) |
void |
setRunningId(long _runningId) |
void |
setType(String _type) |
void |
setWhenFinished(String _whenFinished) |
void |
setWhenStarted(String _whenStarted) |
String |
toString() |
protected String local_name
protected String local_label
protected String local_type
protected boolean local_running
protected boolean local_complete
protected boolean local_failed
protected long local_runningId
protected String local_whenStarted
protected String local_whenFinished
public ECLGraphWrapper()
public ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph eclgraph)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph getRaw()
public void setName(String _name)
public String getName()
public void setLabel(String _label)
public String getLabel()
public void setType(String _type)
public String getType()
public void setRunning(boolean _running)
public boolean getRunning()
public void setComplete(boolean _complete)
public boolean getComplete()
public void setFailed(boolean _failed)
public boolean getFailed()
public void setRunningId(long _runningId)
public long getRunningId()
public void setWhenStarted(String _whenStarted)
public String getWhenStarted()
public void setWhenFinished(String _whenFinished)
public String getWhenFinished()
Copyright © 2021. All rights reserved.