public class ScriptResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ScriptResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getActionScriptId() |
byte[] |
getOutput()
Get the output.
|
java.lang.String |
getOutputContents()
Get the String version of the Script contents
|
ScriptActionDetails |
getParentScriptActionDetails()
Get the parent of this object.
|
java.lang.Long |
getReturnCode() |
java.lang.Long |
getServerId() |
java.util.Date |
getStartDate() |
java.util.Date |
getStopDate() |
int |
hashCode() |
void |
setActionScriptId(java.lang.Long a) |
void |
setOutput(byte[] outputIn)
set the output
|
void |
setParentScriptActionDetails(ScriptActionDetails parentScriptActionDetailsIn)
Set the parent of this object.
|
void |
setReturnCode(java.lang.Long r) |
void |
setServerId(java.lang.Long s) |
void |
setStartDate(java.util.Date s) |
void |
setStopDate(java.util.Date s) |
public java.lang.Long getServerId()
public void setServerId(java.lang.Long s)
s - The serverId to set.public java.lang.Long getActionScriptId()
public void setActionScriptId(java.lang.Long a)
a - The actionScriptId to set.public java.util.Date getStartDate()
public void setStartDate(java.util.Date s)
s - The startDate to set.public java.util.Date getStopDate()
public void setStopDate(java.util.Date s)
s - The stopDate to set.public java.lang.Long getReturnCode()
public void setReturnCode(java.lang.Long r)
r - The returnCode to set.public ScriptActionDetails getParentScriptActionDetails()
public void setParentScriptActionDetails(ScriptActionDetails parentScriptActionDetailsIn)
parentScriptActionDetailsIn - The parentScriptActionDetails to set.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic byte[] getOutput()
public void setOutput(byte[] outputIn)
outputIn - the outputpublic java.lang.String getOutputContents()