public class GetDetailsRet
extends java.lang.Object
getDetails
, it's a JavaBean to allow
its creation by the JAX-WS APIRequestListenerInterface
,
InfoKey
Constructor and Description |
---|
GetDetailsRet()
Constructs an empty GetDetailsRet object
|
GetDetailsRet(InfoKey retCode,
InfoKey status,
InfoKey result,
java.lang.String stdOut,
java.lang.String stdErr,
float timeInfo)
Constructs a GetDetailsRet object
|
Modifier and Type | Method and Description |
---|---|
InfoKey |
getResult()
get the result code of this GetDetailsRet object
|
InfoKey |
getRetCode()
get the error code of this GetDetailsRet object
|
InfoKey |
getStatus()
get the status code of this GetDetailsRet object
|
java.lang.String |
getStdErr()
get the standard error of this GetDetailsRet object
|
java.lang.String |
getStdOut()
get the standard output of this GetDetailsRet object
|
float |
getTimeInfo()
get the time duration of this GetDetailsRet object
|
void |
setResult(InfoKey result)
set the result code of this GetDetailsRet object
|
void |
setRetCode(InfoKey retCode)
set the error code for this GetDetailsRet object
|
void |
setStatus(InfoKey status)
set the status code of this GetDetailsRet object
|
void |
setStdErr(java.lang.String stdErr)
set the standard error of this GetDetailsRet object
|
void |
setStdOut(java.lang.String stdOut)
set the standard output of this GetDetailsRet object
|
void |
setTimeInfo(float timeInfo)
set the time duration of this GetDetailsRet object
|
public GetDetailsRet()
public GetDetailsRet(InfoKey retCode, InfoKey status, InfoKey result, java.lang.String stdOut, java.lang.String stdErr, float timeInfo)
retCode
- error code for this GetDetailsRet objectstatus
- status for the request's taskresult
- result for the request's taskstdOut
- standard output for the request's taskstdErr
- standard error for the request's tasktimeInfo
- execution duration for the request's taskpublic InfoKey getRetCode()
public void setRetCode(InfoKey retCode)
code
- the new code for the GetDetailsRet objectpublic InfoKey getStatus()
public void setStatus(InfoKey status)
status
- the new status code of this GetDetailsRet objectpublic InfoKey getResult()
public void setResult(InfoKey result)
result
- the new result code of this GetDetailsRet objectpublic java.lang.String getStdOut()
public void setStdOut(java.lang.String stdOut)
stdOut
- the new standard output of this GetDetailsRet objectpublic java.lang.String getStdErr()
public void setStdErr(java.lang.String stdErr)
stdErr
- the new standard error of this GetDetailsRet objectpublic float getTimeInfo()
public void setTimeInfo(float timeInfo)
timeInfo
- the new time duration of this GetDetailsRet object