public class WUInfoResponseWrapper extends Object
Constructor and Description |
---|
WUInfoResponseWrapper(WUInfoResponse resp) |
WUInfoResponseWrapper(WUInfoResponse resp) |
WUInfoResponseWrapper(WUInfoResponse resp) |
WUInfoResponseWrapper(WUInfoResponse resp) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAutoRefresh() |
Boolean |
getCanCompile() |
List<WUExceptionWrapper> |
getExceptions() |
ArrayOfEspException |
getRawArrayOfEspExceptions() |
String[] |
getResultViews() |
String |
getSecMethod() |
String |
getThorSlaveIP() |
WorkunitInfo |
getWorkunit() |
void |
setAutoRefresh(Integer autoRefresh) |
void |
setCanCompile(Boolean canCompile) |
void |
setExceptions(List<WUExceptionWrapper> exceptions) |
void |
setResultViews(String[] resultViews) |
void |
setSecMethod(String secMethod) |
void |
setThorSlaveIP(String thorSlaveIP) |
void |
setWorkunit(WorkunitInfo workunit) |
String |
toString() |
public WUInfoResponseWrapper(WUInfoResponse resp)
public WUInfoResponseWrapper(WUInfoResponse resp)
public WUInfoResponseWrapper(WUInfoResponse resp)
public WUInfoResponseWrapper(WUInfoResponse resp)
public WorkunitInfo getWorkunit()
public void setWorkunit(WorkunitInfo workunit)
workunit
- the workunit to setpublic List<WUExceptionWrapper> getExceptions()
public void setExceptions(List<WUExceptionWrapper> exceptions)
exceptions
- the exceptions to setpublic Integer getAutoRefresh()
public void setAutoRefresh(Integer autoRefresh)
autoRefresh
- the autoRefresh to setpublic Boolean getCanCompile()
public void setCanCompile(Boolean canCompile)
canCompile
- the canCompile to setpublic String getThorSlaveIP()
public void setThorSlaveIP(String thorSlaveIP)
thorSlaveIP
- the thorSlaveIP to setpublic String[] getResultViews()
public void setResultViews(String[] resultViews)
resultViews
- the resultViews to setpublic String getSecMethod()
public void setSecMethod(String secMethod)
secMethod
- the secMethod to setpublic ArrayOfEspException getRawArrayOfEspExceptions()
Copyright © 2019. All rights reserved.