@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class MetadataPpdResult extends java.lang.Object implements org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MetadataPpdResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataPpdResult._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<MetadataPpdResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
MetadataPpdResult() |
MetadataPpdResult(MetadataPpdResult other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
bufferForIncludeBitset() |
java.nio.ByteBuffer |
bufferForMetadata() |
void |
clear() |
int |
compareTo(MetadataPpdResult other) |
MetadataPpdResult |
deepCopy() |
boolean |
equals(MetadataPpdResult that) |
boolean |
equals(java.lang.Object that) |
MetadataPpdResult._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(MetadataPpdResult._Fields field) |
byte[] |
getIncludeBitset() |
byte[] |
getMetadata() |
int |
hashCode() |
boolean |
isSet(MetadataPpdResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetIncludeBitset()
Returns true if field includeBitset is set (has been assigned a value) and false otherwise
|
boolean |
isSetMetadata()
Returns true if field metadata is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(MetadataPpdResult._Fields field,
java.lang.Object value) |
void |
setIncludeBitset(byte[] includeBitset) |
void |
setIncludeBitset(java.nio.ByteBuffer includeBitset) |
void |
setIncludeBitsetIsSet(boolean value) |
void |
setMetadata(byte[] metadata) |
void |
setMetadata(java.nio.ByteBuffer metadata) |
void |
setMetadataIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetIncludeBitset() |
void |
unsetMetadata() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<MetadataPpdResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public MetadataPpdResult()
public MetadataPpdResult(MetadataPpdResult other)
public MetadataPpdResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public byte[] getMetadata()
public java.nio.ByteBuffer bufferForMetadata()
public void setMetadata(byte[] metadata)
public void setMetadata(java.nio.ByteBuffer metadata)
public void unsetMetadata()
public boolean isSetMetadata()
public void setMetadataIsSet(boolean value)
public byte[] getIncludeBitset()
public java.nio.ByteBuffer bufferForIncludeBitset()
public void setIncludeBitset(byte[] includeBitset)
public void setIncludeBitset(java.nio.ByteBuffer includeBitset)
public void unsetIncludeBitset()
public boolean isSetIncludeBitset()
public void setIncludeBitsetIsSet(boolean value)
public void setFieldValue(MetadataPpdResult._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public java.lang.Object getFieldValue(MetadataPpdResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public boolean isSet(MetadataPpdResult._Fields field)
isSet in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(MetadataPpdResult that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(MetadataPpdResult other)
compareTo in interface java.lang.Comparable<MetadataPpdResult>public MetadataPpdResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<MetadataPpdResult,MetadataPpdResult._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<MetadataPpdResult,MetadataPpdResult._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 © 2013-2021. All Rights Reserved.