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 final String getMessage()
public final OpenR66Exception getException()
public final void setException(OpenR66Exception exception)
exception
- the exception to setpublic final R66File getFile()
public final void setFile(R66File file)
file
- the file to setpublic final DbTaskRunner getRunner()
public final void setRunner(DbTaskRunner runner)
runner
- the runner to setpublic final boolean isAnswered()
public final void setAnswered(boolean isAnswered)
isAnswered
- the isAnswered to setpublic final ErrorCode getCode()
public final void setCode(ErrorCode code)
code
- the code to setpublic final Object getOther()
public final void setOther(Object other)
other
- the other to setCopyright © 2009–2022 Waarp. All rights reserved.