Class WUSubmitWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WUSubmitWrapper
-
@Deprecated public class WUSubmitWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WUSubmitWrapper()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getBlocktillfinishtimer()
Deprecated.String
getCluster()
Deprecated.int
getMaxcost()
Deprecated.int
getMaxruntime()
Deprecated.boolean
getNotifycluster()
Deprecated.String
getQueue()
Deprecated.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUSubmit
getRaw()
Deprecated.Gets the latest version.boolean
getSyntaxcheck()
Deprecated.String
getWuid()
Deprecated.boolean
isBlocktillFinishTimerInit()
Deprecated.boolean
isClusterInit()
Deprecated.boolean
isIsqueueInit()
Deprecated.boolean
isMaxcostinit()
Deprecated.boolean
isMaxRunTimeInit()
Deprecated.boolean
isNotifyClusterInit()
Deprecated.boolean
isSyntaxCheckInit()
Deprecated.boolean
isWuIDInit()
Deprecated.void
setBlocktillfinishtimer(int blocktillfinishtimer)
Deprecated.void
setCluster(String cluster)
Deprecated.void
setMaxcost(int maxcost)
Deprecated.void
setMaxruntime(int maxruntime)
Deprecated.void
setNotifycluster(boolean notifycluster)
Deprecated.void
setQueue(String queue)
Deprecated.void
setSyntaxcheck(boolean syntaxcheck)
Deprecated.void
setWuid(String wuid)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getWuid
public String getWuid()
Deprecated.
-
setWuid
public void setWuid(String wuid)
Deprecated.
-
isWuIDInit
public boolean isWuIDInit()
Deprecated.
-
getCluster
public String getCluster()
Deprecated.
-
setCluster
public void setCluster(String cluster)
Deprecated.
-
isClusterInit
public boolean isClusterInit()
Deprecated.
-
getMaxruntime
public int getMaxruntime()
Deprecated.
-
setMaxruntime
public void setMaxruntime(int maxruntime)
Deprecated.
-
isMaxRunTimeInit
public boolean isMaxRunTimeInit()
Deprecated.
-
getBlocktillfinishtimer
public int getBlocktillfinishtimer()
Deprecated.
-
setBlocktillfinishtimer
public void setBlocktillfinishtimer(int blocktillfinishtimer)
Deprecated.
-
isBlocktillFinishTimerInit
public boolean isBlocktillFinishTimerInit()
Deprecated.
-
getMaxcost
public int getMaxcost()
Deprecated.
-
setMaxcost
public void setMaxcost(int maxcost)
Deprecated.
-
isMaxcostinit
public boolean isMaxcostinit()
Deprecated.
-
getNotifycluster
public boolean getNotifycluster()
Deprecated.
-
setNotifycluster
public void setNotifycluster(boolean notifycluster)
Deprecated.
-
isNotifyClusterInit
public boolean isNotifyClusterInit()
Deprecated.
-
getQueue
public String getQueue()
Deprecated.
-
setQueue
public void setQueue(String queue)
Deprecated.
-
isIsqueueInit
public boolean isIsqueueInit()
Deprecated.
-
getSyntaxcheck
public boolean getSyntaxcheck()
Deprecated.
-
setSyntaxcheck
public void setSyntaxcheck(boolean syntaxcheck)
Deprecated.
-
isSyntaxCheckInit
public boolean isSyntaxCheckInit()
Deprecated.
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUSubmit getRaw()
Deprecated.Gets the latest version.- Returns:
- the latest version
-
-