@ProviderType
@Model(adaptables=org.apache.sling.api.resource.Resource.class,
defaultInjectionStrategy=OPTIONAL)
public class Result
extends Object
implements Serializable
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.api.resource.Resource |
getReport() |
Long |
getRuntime() |
int |
getTasksCompleted() |
void |
setReport(org.apache.sling.api.resource.Resource report) |
void |
setRuntime(Long runtime) |
void |
setTasksCompleted(int tasksCompleted) |
public Long getRuntime()
public void setRuntime(Long runtime)
runtime - the runtime to setpublic org.apache.sling.api.resource.Resource getReport()
public void setReport(org.apache.sling.api.resource.Resource report)
report - the report to setpublic int getTasksCompleted()
public void setTasksCompleted(int tasksCompleted)
tasksCompleted - the tasksCompleted to setCopyright © 2013–2020 Adobe. All rights reserved.