@Generated(value="Autogenerated by Thrift Compiler (0.9.3)",
date="2018-08-17")
public class OpenSearchResult
extends java.lang.Object
implements org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<OpenSearchResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenSearchResult._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<OpenSearchResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
OpenSearchResult() |
OpenSearchResult(OpenSearchResult other) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(OpenSearchResult other) |
OpenSearchResult |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(OpenSearchResult that) |
OpenSearchResult._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(OpenSearchResult._Fields field) |
java.lang.String |
getResult() |
TraceInfo |
getTraceInfo() |
int |
hashCode() |
boolean |
isSet(OpenSearchResult._Fields field) |
boolean |
isSetResult() |
boolean |
isSetTraceInfo() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(OpenSearchResult._Fields field,
java.lang.Object value) |
OpenSearchResult |
setResult(java.lang.String result) |
void |
setResultIsSet(boolean value) |
OpenSearchResult |
setTraceInfo(TraceInfo traceInfo) |
void |
setTraceInfoIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetResult() |
void |
unsetTraceInfo() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<OpenSearchResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public OpenSearchResult()
public OpenSearchResult(OpenSearchResult other)
public OpenSearchResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public java.lang.String getResult()
public OpenSearchResult setResult(java.lang.String result)
public void unsetResult()
public boolean isSetResult()
public void setResultIsSet(boolean value)
public TraceInfo getTraceInfo()
public OpenSearchResult setTraceInfo(TraceInfo traceInfo)
public void unsetTraceInfo()
public boolean isSetTraceInfo()
public void setTraceInfoIsSet(boolean value)
public void setFieldValue(OpenSearchResult._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public java.lang.Object getFieldValue(OpenSearchResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public boolean isSet(OpenSearchResult._Fields field)
isSet in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(OpenSearchResult that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(OpenSearchResult other)
compareTo in interface java.lang.Comparable<OpenSearchResult>public OpenSearchResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<OpenSearchResult,OpenSearchResult._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<OpenSearchResult,OpenSearchResult._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.