@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class GetFilePathTResponse extends Object implements org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>, Serializable, Cloneable, Comparable<GetFilePathTResponse>
Modifier and Type | Class and Description |
---|---|
static class |
GetFilePathTResponse._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<GetFilePathTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
GetFilePathTResponse() |
GetFilePathTResponse(GetFilePathTResponse other)
Performs a deep copy on other.
|
GetFilePathTResponse(String path) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(GetFilePathTResponse other) |
GetFilePathTResponse |
deepCopy() |
boolean |
equals(GetFilePathTResponse that) |
boolean |
equals(Object that) |
GetFilePathTResponse._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(GetFilePathTResponse._Fields field) |
String |
getPath() |
int |
hashCode() |
boolean |
isSet(GetFilePathTResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPath()
Returns true if field path is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetFilePathTResponse._Fields field,
Object value) |
GetFilePathTResponse |
setPath(String path) |
void |
setPathIsSet(boolean value) |
String |
toString() |
void |
unsetPath() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetFilePathTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetFilePathTResponse()
public GetFilePathTResponse(String path)
public GetFilePathTResponse(GetFilePathTResponse other)
public GetFilePathTResponse deepCopy()
deepCopy
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public String getPath()
public GetFilePathTResponse setPath(String path)
public void unsetPath()
public boolean isSetPath()
public void setPathIsSet(boolean value)
public void setFieldValue(GetFilePathTResponse._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public Object getFieldValue(GetFilePathTResponse._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public boolean isSet(GetFilePathTResponse._Fields field)
isSet
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public boolean equals(GetFilePathTResponse that)
public int compareTo(GetFilePathTResponse other)
compareTo
in interface Comparable<GetFilePathTResponse>
public GetFilePathTResponse._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<GetFilePathTResponse,GetFilePathTResponse._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.