public static class GraphService.executeJsonWithParameter_args extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
Map<byte[],Value> |
parameterMap |
static int |
PARAMETERMAP |
long |
sessionId |
static int |
SESSIONID |
byte[] |
stmt |
static int |
STMT |
| Constructor and Description |
|---|
executeJsonWithParameter_args() |
executeJsonWithParameter_args(GraphService.executeJsonWithParameter_args other)
Performs a deep copy on other.
|
executeJsonWithParameter_args(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
| Modifier and Type | Method and Description |
|---|---|
GraphService.executeJsonWithParameter_args |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
Object |
getFieldValue(int fieldID) |
Map<byte[],Value> |
getParameterMap() |
long |
getSessionId() |
byte[] |
getStmt() |
int |
hashCode() |
boolean |
isSetParameterMap() |
boolean |
isSetSessionId() |
boolean |
isSetStmt() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
void |
setFieldValue(int fieldID,
Object __value) |
GraphService.executeJsonWithParameter_args |
setParameterMap(Map<byte[],Value> parameterMap) |
void |
setParameterMapIsSet(boolean __value) |
GraphService.executeJsonWithParameter_args |
setSessionId(long sessionId) |
void |
setSessionIdIsSet(boolean __value) |
GraphService.executeJsonWithParameter_args |
setStmt(byte[] stmt) |
void |
setStmtIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetParameterMap() |
void |
unsetSessionId() |
void |
unsetStmt() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public long sessionId
public byte[] stmt
public static final int SESSIONID
public static final int STMT
public static final int PARAMETERMAP
public executeJsonWithParameter_args()
public executeJsonWithParameter_args(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap)
public executeJsonWithParameter_args(GraphService.executeJsonWithParameter_args other)
public GraphService.executeJsonWithParameter_args deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic long getSessionId()
public GraphService.executeJsonWithParameter_args setSessionId(long sessionId)
public void unsetSessionId()
public boolean isSetSessionId()
public void setSessionIdIsSet(boolean __value)
public byte[] getStmt()
public GraphService.executeJsonWithParameter_args setStmt(byte[] stmt)
public void unsetStmt()
public boolean isSetStmt()
public void setStmtIsSet(boolean __value)
public GraphService.executeJsonWithParameter_args setParameterMap(Map<byte[],Value> parameterMap)
public void unsetParameterMap()
public boolean isSetParameterMap()
public void setParameterMapIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.