@Generated(value="Autogenerated by Thrift Compiler (0.9.2)", date="2015-10-16") public class LineageFileInfo extends Object implements org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>, Serializable, Cloneable, Comparable<LineageFileInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
LineageFileInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
long |
id |
static Map<LineageFileInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
state |
String |
underFilePath |
| Constructor and Description |
|---|
LineageFileInfo() |
LineageFileInfo(LineageFileInfo other)
Performs a deep copy on other.
|
LineageFileInfo(long id,
String state,
String underFilePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(LineageFileInfo other) |
LineageFileInfo |
deepCopy() |
boolean |
equals(LineageFileInfo that) |
boolean |
equals(Object that) |
LineageFileInfo._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(LineageFileInfo._Fields field) |
long |
getId() |
String |
getState() |
String |
getUnderFilePath() |
int |
hashCode() |
boolean |
isSet(LineageFileInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
|
boolean |
isSetState()
Returns true if field state is set (has been assigned a value) and false otherwise
|
boolean |
isSetUnderFilePath()
Returns true if field underFilePath is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(LineageFileInfo._Fields field,
Object value) |
LineageFileInfo |
setId(long id) |
void |
setIdIsSet(boolean value) |
LineageFileInfo |
setState(String state) |
void |
setStateIsSet(boolean value) |
LineageFileInfo |
setUnderFilePath(String underFilePath) |
void |
setUnderFilePathIsSet(boolean value) |
String |
toString() |
void |
unsetId() |
void |
unsetState() |
void |
unsetUnderFilePath() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long id
public String state
public String underFilePath
public static final Map<LineageFileInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public LineageFileInfo()
public LineageFileInfo(LineageFileInfo other)
public LineageFileInfo deepCopy()
deepCopy in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public void clear()
clear in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public long getId()
public LineageFileInfo setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public String getState()
public LineageFileInfo setState(String state)
public void unsetState()
public boolean isSetState()
public void setStateIsSet(boolean value)
public String getUnderFilePath()
public LineageFileInfo setUnderFilePath(String underFilePath)
public void unsetUnderFilePath()
public boolean isSetUnderFilePath()
public void setUnderFilePathIsSet(boolean value)
public void setFieldValue(LineageFileInfo._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public Object getFieldValue(LineageFileInfo._Fields field)
getFieldValue in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public boolean isSet(LineageFileInfo._Fields field)
isSet in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public boolean equals(LineageFileInfo that)
public int compareTo(LineageFileInfo other)
compareTo in interface Comparable<LineageFileInfo>public LineageFileInfo._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<LineageFileInfo,LineageFileInfo._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<LineageFileInfo,LineageFileInfo._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.