public static class GrouperGroovysh.GrouperGroovyResult extends Object
| Constructor and Description |
|---|
GrouperGroovyResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
fullOutput() |
Map<String,Object> |
getDebugMap()
debug map from script
|
RuntimeException |
getException() |
long |
getMillis()
millis that this took
|
String |
getOutString() |
Object |
getResult()
result
|
Integer |
getResultCode() |
void |
setDebugMap(Map<String,Object> debugMap)
debug map from script
|
void |
setException(RuntimeException exception) |
void |
setMillis(long millis1)
millis that this took
|
void |
setOutString(StringBuilder outString) |
void |
setResult(Object result)
result
|
void |
setResultCode(Integer resultCode) |
public Object getResult()
public void setResult(Object result)
result - public void setDebugMap(Map<String,Object> debugMap)
debugMap - public Integer getResultCode()
public void setResultCode(Integer resultCode)
resultCode - the resultCode to setpublic String getOutString()
public void setOutString(StringBuilder outString)
outString - public long getMillis()
public void setMillis(long millis1)
millis1 - the millis to setpublic void setException(RuntimeException exception)
public RuntimeException getException()
public String fullOutput()
Copyright © 2016 Internet2. All rights reserved.