public static class DocumentService.push_args extends java.lang.Object implements org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DocumentService.push_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentService.push_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<DocumentService.push_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
push_args() |
push_args(DocumentService.push_args other) |
push_args(java.lang.String docsJson,
java.lang.String appName,
java.lang.String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(DocumentService.push_args other) |
DocumentService.push_args |
deepCopy() |
boolean |
equals(DocumentService.push_args that) |
boolean |
equals(java.lang.Object that) |
DocumentService.push_args._Fields |
fieldForId(int fieldId) |
java.lang.String |
getAppName() |
java.lang.String |
getDocsJson() |
java.lang.Object |
getFieldValue(DocumentService.push_args._Fields field) |
java.lang.String |
getTableName() |
int |
hashCode() |
boolean |
isSet(DocumentService.push_args._Fields field) |
boolean |
isSetAppName() |
boolean |
isSetDocsJson() |
boolean |
isSetTableName() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
DocumentService.push_args |
setAppName(java.lang.String appName) |
void |
setAppNameIsSet(boolean value) |
DocumentService.push_args |
setDocsJson(java.lang.String docsJson) |
void |
setDocsJsonIsSet(boolean value) |
void |
setFieldValue(DocumentService.push_args._Fields field,
java.lang.Object value) |
DocumentService.push_args |
setTableName(java.lang.String tableName) |
void |
setTableNameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetAppName() |
void |
unsetDocsJson() |
void |
unsetTableName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<DocumentService.push_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public push_args()
public push_args(java.lang.String docsJson,
java.lang.String appName,
java.lang.String tableName)
public push_args(DocumentService.push_args other)
public DocumentService.push_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>public java.lang.String getDocsJson()
public DocumentService.push_args setDocsJson(java.lang.String docsJson)
public void unsetDocsJson()
public boolean isSetDocsJson()
public void setDocsJsonIsSet(boolean value)
public java.lang.String getAppName()
public DocumentService.push_args setAppName(java.lang.String appName)
public void unsetAppName()
public boolean isSetAppName()
public void setAppNameIsSet(boolean value)
public java.lang.String getTableName()
public DocumentService.push_args setTableName(java.lang.String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public void setFieldValue(DocumentService.push_args._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>public java.lang.Object getFieldValue(DocumentService.push_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>public boolean isSet(DocumentService.push_args._Fields field)
isSet in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>field - fieldpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(DocumentService.push_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(DocumentService.push_args other)
compareTo in interface java.lang.Comparable<DocumentService.push_args>public DocumentService.push_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<DocumentService.push_args,DocumentService.push_args._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2023. All Rights Reserved.