Class ECLGraphWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ECLGraphWrapper
-
public class ECLGraphWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ECLGraphWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.900Z
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ECLGraphWrapper()
ECLGraphWrapper(String _name, String _label, String _type, boolean _running, boolean _complete, boolean _failed, long _runningId, String _whenStarted, String _whenFinished)
ECLGraphWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph eclgraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
local_name
protected String local_name
-
local_label
protected String local_label
-
local_type
protected String local_type
-
local_running
protected boolean local_running
-
local_complete
protected boolean local_complete
-
local_failed
protected boolean local_failed
-
local_runningId
protected long local_runningId
-
local_whenStarted
protected String local_whenStarted
-
local_whenFinished
protected String local_whenFinished
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLGraph getRaw()
-
setName
public void setName(String _name)
-
getName
public String getName()
-
setLabel
public void setLabel(String _label)
-
getLabel
public String getLabel()
-
setType
public void setType(String _type)
-
getType
public String getType()
-
setRunning
public void setRunning(boolean _running)
-
getRunning
public boolean getRunning()
-
setComplete
public void setComplete(boolean _complete)
-
getComplete
public boolean getComplete()
-
setFailed
public void setFailed(boolean _failed)
-
getFailed
public boolean getFailed()
-
setRunningId
public void setRunningId(long _runningId)
-
getRunningId
public long getRunningId()
-
setWhenStarted
public void setWhenStarted(String _whenStarted)
-
getWhenStarted
public String getWhenStarted()
-
setWhenFinished
public void setWhenFinished(String _whenFinished)
-
getWhenFinished
public String getWhenFinished()
-
-