@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class CompleteUfsFileTOptions extends Object implements org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>, Serializable, Cloneable, Comparable<CompleteUfsFileTOptions>
Modifier and Type | Class and Description |
---|---|
static class |
CompleteUfsFileTOptions._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<CompleteUfsFileTOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
CompleteUfsFileTOptions() |
CompleteUfsFileTOptions(CompleteUfsFileTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(CompleteUfsFileTOptions other) |
CompleteUfsFileTOptions |
deepCopy() |
boolean |
equals(CompleteUfsFileTOptions that) |
boolean |
equals(Object that) |
CompleteUfsFileTOptions._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(CompleteUfsFileTOptions._Fields field) |
String |
getGroup() |
short |
getMode() |
String |
getOwner() |
int |
hashCode() |
boolean |
isSet(CompleteUfsFileTOptions._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetGroup()
Returns true if field group is set (has been assigned a value) and false otherwise
|
boolean |
isSetMode()
Returns true if field mode is set (has been assigned a value) and false otherwise
|
boolean |
isSetOwner()
Returns true if field owner is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(CompleteUfsFileTOptions._Fields field,
Object value) |
CompleteUfsFileTOptions |
setGroup(String group) |
void |
setGroupIsSet(boolean value) |
CompleteUfsFileTOptions |
setMode(short mode) |
void |
setModeIsSet(boolean value) |
CompleteUfsFileTOptions |
setOwner(String owner) |
void |
setOwnerIsSet(boolean value) |
String |
toString() |
void |
unsetGroup() |
void |
unsetMode() |
void |
unsetOwner() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<CompleteUfsFileTOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public CompleteUfsFileTOptions()
public CompleteUfsFileTOptions(CompleteUfsFileTOptions other)
public CompleteUfsFileTOptions deepCopy()
deepCopy
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public String getOwner()
public CompleteUfsFileTOptions setOwner(String owner)
public void unsetOwner()
public boolean isSetOwner()
public void setOwnerIsSet(boolean value)
public String getGroup()
public CompleteUfsFileTOptions setGroup(String group)
public void unsetGroup()
public boolean isSetGroup()
public void setGroupIsSet(boolean value)
public short getMode()
public CompleteUfsFileTOptions setMode(short mode)
public void unsetMode()
public boolean isSetMode()
public void setModeIsSet(boolean value)
public void setFieldValue(CompleteUfsFileTOptions._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public Object getFieldValue(CompleteUfsFileTOptions._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public boolean isSet(CompleteUfsFileTOptions._Fields field)
isSet
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public boolean equals(CompleteUfsFileTOptions that)
public int compareTo(CompleteUfsFileTOptions other)
compareTo
in interface Comparable<CompleteUfsFileTOptions>
public CompleteUfsFileTOptions._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<CompleteUfsFileTOptions,CompleteUfsFileTOptions._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<CompleteUfsFileTOptions,CompleteUfsFileTOptions._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.