@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class GetPartitionInfoTResponse extends java.lang.Object implements org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetPartitionInfoTResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPartitionInfoTResponse._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<GetPartitionInfoTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GetPartitionInfoTResponse() |
GetPartitionInfoTResponse(GetPartitionInfoTResponse other)
Performs a deep copy on other.
|
GetPartitionInfoTResponse(java.util.List<PartitionInfo> partitionInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPartitionInfo(PartitionInfo elem) |
void |
clear() |
int |
compareTo(GetPartitionInfoTResponse other) |
GetPartitionInfoTResponse |
deepCopy() |
boolean |
equals(GetPartitionInfoTResponse that) |
boolean |
equals(java.lang.Object that) |
GetPartitionInfoTResponse._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetPartitionInfoTResponse._Fields field) |
java.util.List<PartitionInfo> |
getPartitionInfo() |
java.util.Iterator<PartitionInfo> |
getPartitionInfoIterator() |
int |
getPartitionInfoSize() |
int |
hashCode() |
boolean |
isSet(GetPartitionInfoTResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPartitionInfo()
Returns true if field partitionInfo is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetPartitionInfoTResponse._Fields field,
java.lang.Object value) |
GetPartitionInfoTResponse |
setPartitionInfo(java.util.List<PartitionInfo> partitionInfo) |
void |
setPartitionInfoIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPartitionInfo() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<GetPartitionInfoTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetPartitionInfoTResponse()
public GetPartitionInfoTResponse(java.util.List<PartitionInfo> partitionInfo)
public GetPartitionInfoTResponse(GetPartitionInfoTResponse other)
public GetPartitionInfoTResponse deepCopy()
deepCopy in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public int getPartitionInfoSize()
public java.util.Iterator<PartitionInfo> getPartitionInfoIterator()
public void addToPartitionInfo(PartitionInfo elem)
public java.util.List<PartitionInfo> getPartitionInfo()
public GetPartitionInfoTResponse setPartitionInfo(java.util.List<PartitionInfo> partitionInfo)
public void unsetPartitionInfo()
public boolean isSetPartitionInfo()
public void setPartitionInfoIsSet(boolean value)
public void setFieldValue(GetPartitionInfoTResponse._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public java.lang.Object getFieldValue(GetPartitionInfoTResponse._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public boolean isSet(GetPartitionInfoTResponse._Fields field)
isSet in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(GetPartitionInfoTResponse that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(GetPartitionInfoTResponse other)
compareTo in interface java.lang.Comparable<GetPartitionInfoTResponse>public GetPartitionInfoTResponse._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<GetPartitionInfoTResponse,GetPartitionInfoTResponse._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<GetPartitionInfoTResponse,GetPartitionInfoTResponse._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 © 2019. All Rights Reserved.