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 IntegergetAutoRefresh()Deprecated.Gets the auto refresh.BooleangetCanCompile()Deprecated.Gets the can compile.ArrayOfEspExceptionWrappergetExceptions()Deprecated.Gets the exceptions.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArrayOfEspExceptiongetRaw()Deprecated.Gets the raw array of esp exceptions latest version.String[]getResultViews()Deprecated.Gets the result views.StringgetSecMethod()Deprecated.Gets the sec method.StringgetThorSlaveIP()Deprecated.Gets the thor slave IP.WorkunitWrappergetWorkunit()Deprecated.Gets the workunit.voidsetAutoRefresh(Integer autoRefresh)Deprecated.Sets the auto refresh.voidsetCanCompile(Boolean canCompile)Deprecated.Sets the can compile.voidsetExceptions(ArrayOfEspExceptionWrapper exceptions)Deprecated.Sets the exceptions.voidsetResultViews(String[] resultViews)Deprecated.Sets the result views.voidsetSecMethod(String secMethod)Deprecated.Sets the sec method.voidsetThorSlaveIP(String thorSlaveIP)Deprecated.Sets the thor slave IP.voidsetWorkunit(WorkunitWrapper workunit)Deprecated.Sets the workunit.StringtoString()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
-
-