@TupleConstructor class DefaultRunScriptResponse extends Object implements RunScriptResponse
| Modifiers | Name | Description |
|---|---|---|
private static int |
LEVEL_USERID |
| Type | Name and description |
|---|---|
String |
data |
Calendar |
date |
String |
exceptionStackTrace |
String |
jobId |
JobProperties |
jobProperties |
String |
output |
String |
result |
String |
runningTime |
String |
script |
String |
userId |
| Constructor and description |
|---|
DefaultRunScriptResponse() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static RunScriptResponse |
fromAuditRecordResource(Resource resource) |
|
static RunScriptResponse |
fromException(ScriptContext scriptContext, String output, Throwable throwable) |
|
static RunScriptResponse |
fromResult(ScriptContext scriptContext, Object result, String output, String runningTime) |
|
String |
getMediaType() |
|
String |
getOutputFileName() |
|
private String |
getOutputFileNamePrefix() |