public class R66Result extends Object
Constructor and Description |
---|
R66Result(OpenR66Exception exception,
R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner) |
R66Result(R66Session session,
boolean isAnswered,
ErrorCode code,
DbTaskRunner runner) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getCode() |
OpenR66Exception |
getException() |
R66File |
getFile() |
String |
getMessage() |
Object |
getOther() |
DbTaskRunner |
getRunner() |
boolean |
isAnswered() |
void |
setAnswered(boolean isAnswered) |
void |
setCode(ErrorCode code) |
void |
setException(OpenR66Exception exception) |
void |
setFile(R66File file) |
void |
setOther(Object other) |
void |
setRunner(DbTaskRunner runner) |
String |
toString() |
public R66Result(OpenR66Exception exception, R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
exception
- session
- isAnswered
- code
- runner
- public R66Result(R66Session session, boolean isAnswered, ErrorCode code, DbTaskRunner runner)
session
- isAnswered
- code
- runner
- public String getMessage()
public OpenR66Exception getException()
public void setException(OpenR66Exception exception)
exception
- the exception to setpublic R66File getFile()
public void setFile(R66File file)
file
- the file to setpublic DbTaskRunner getRunner()
public void setRunner(DbTaskRunner runner)
runner
- the runner to setpublic boolean isAnswered()
public void setAnswered(boolean isAnswered)
isAnswered
- the isAnswered to setpublic ErrorCode getCode()
public void setCode(ErrorCode code)
code
- the code to setpublic Object getOther()
public void setOther(Object other)
other
- the other to setCopyright © 2009–2020 Waarp. All rights reserved.