public class GetStoredScriptRequest extends MasterNodeReadRequest<GetStoredScriptRequest>
TransportRequest.Empty| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
localDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout| Constructor and Description |
|---|
GetStoredScriptRequest(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
id() |
GetStoredScriptRequest |
id(java.lang.String id) |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
java.lang.String |
toString() |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
local, localmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateTask, getDescription, setParentTaskpublic ActionRequestValidationException validate()
validate in class ActionRequestpublic java.lang.String id()
public GetStoredScriptRequest id(java.lang.String id)
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class MasterNodeReadRequest<GetStoredScriptRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class MasterNodeReadRequest<GetStoredScriptRequest>java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object