public final class Script
extends java.lang.Object
ScriptOnConnectorApiOp,
ScriptOnResourceApiOp,
ScriptOnConnectorOp,
ScriptOnResourceOp operations. It is immutable,
ScriptBuilder should be used to build the Script instance.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getScriptLanguage()
Returns the language of this script.
|
java.lang.String |
getScriptText()
Returns the text of this script.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getScriptLanguage()
public java.lang.String getScriptText()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object