Class WUInfoResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WUInfoResponseWrapper
-
@Deprecated public class WUInfoResponseWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Integer
getAutoRefresh()
Deprecated.Gets the auto refresh.Boolean
getCanCompile()
Deprecated.Gets the can compile.ArrayOfEspExceptionWrapper
getExceptions()
Deprecated.Gets the exceptions.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfEspException
getRaw()
Deprecated.Gets the raw array of esp exceptions latest version.String[]
getResultViews()
Deprecated.Gets the result views.String
getSecMethod()
Deprecated.Gets the sec method.String
getThorSlaveIP()
Deprecated.Gets the thor slave IP.WorkunitWrapper
getWorkunit()
Deprecated.Gets the workunit.void
setAutoRefresh(Integer autoRefresh)
Deprecated.Sets the auto refresh.void
setCanCompile(Boolean canCompile)
Deprecated.Sets the can compile.void
setExceptions(ArrayOfEspExceptionWrapper exceptions)
Deprecated.Sets the exceptions.void
setResultViews(String[] resultViews)
Deprecated.Sets the result views.void
setSecMethod(String secMethod)
Deprecated.Sets the sec method.void
setThorSlaveIP(String thorSlaveIP)
Deprecated.Sets the thor slave IP.void
setWorkunit(WorkunitWrapper workunit)
Deprecated.Sets the workunit.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
WUInfoResponseWrapper
public WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.- Parameters:
resp
- the resp
-
WUInfoResponseWrapper
public WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.- Parameters:
resp
- the resp
-
WUInfoResponseWrapper
public WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.- Parameters:
resp
- the resp
-
WUInfoResponseWrapper
public WUInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUInfoResponse resp)
Deprecated.Instantiates a new WU info response wrapper.- Parameters:
resp
- the resp
-
-
Method Detail
-
getWorkunit
public WorkunitWrapper getWorkunit()
Deprecated.Gets the workunit.- Returns:
- the workunit
-
setWorkunit
public void setWorkunit(WorkunitWrapper workunit)
Deprecated.Sets the workunit.- Parameters:
workunit
- the workunit to set
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
Deprecated.Gets the exceptions.- Returns:
- the exceptions
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper exceptions)
Deprecated.Sets the exceptions.- Parameters:
exceptions
- the exceptions to set
-
getAutoRefresh
public Integer getAutoRefresh()
Deprecated.Gets the auto refresh.- Returns:
- the autoRefresh
-
setAutoRefresh
public void setAutoRefresh(Integer autoRefresh)
Deprecated.Sets the auto refresh.- Parameters:
autoRefresh
- the autoRefresh to set
-
getCanCompile
public Boolean getCanCompile()
Deprecated.Gets the can compile.- Returns:
- the canCompile
-
setCanCompile
public void setCanCompile(Boolean canCompile)
Deprecated.Sets the can compile.- Parameters:
canCompile
- the canCompile to set
-
getThorSlaveIP
public String getThorSlaveIP()
Deprecated.Gets the thor slave IP.- Returns:
- the thorSlaveIP
-
setThorSlaveIP
public void setThorSlaveIP(String thorSlaveIP)
Deprecated.Sets the thor slave IP.- Parameters:
thorSlaveIP
- the thorSlaveIP to set
-
getResultViews
public String[] getResultViews()
Deprecated.Gets the result views.- Returns:
- the resultViews
-
setResultViews
public void setResultViews(String[] resultViews)
Deprecated.Sets the result views.- Parameters:
resultViews
- the resultViews to set
-
getSecMethod
public String getSecMethod()
Deprecated.Gets the sec method.- Returns:
- the secMethod
-
setSecMethod
public void setSecMethod(String secMethod)
Deprecated.Sets the sec method.- Parameters:
secMethod
- the secMethod to set
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfEspException getRaw()
Deprecated.Gets the raw array of esp exceptions latest version.- Returns:
- the raw array of esp exceptions latest version
-
-