public static class PainlessExecuteAction.Request
extends <any>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
<any> |
getContext() |
org.elasticsearch.painless.PainlessExecuteAction.Request.ContextSetup |
getContextSetup() |
Script |
getScript() |
int |
hashCode() |
void |
readFrom(StreamInput in) |
java.lang.String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
Params params) |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
public Script getScript()
public <any> getContext()
public org.elasticsearch.painless.PainlessExecuteAction.Request.ContextSetup getContextSetup()
public ActionRequestValidationException validate()
public void readFrom(StreamInput in)
throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out)
throws java.io.IOException
java.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder,
Params params)
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()