@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class ConfigProperty extends Object implements org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>, Serializable, Cloneable, Comparable<ConfigProperty>
Modifier and Type | Class and Description |
---|---|
static class |
ConfigProperty._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<ConfigProperty._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ConfigProperty() |
ConfigProperty(ConfigProperty other)
Performs a deep copy on other.
|
ConfigProperty(String name,
String source,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ConfigProperty other) |
ConfigProperty |
deepCopy() |
boolean |
equals(ConfigProperty that) |
boolean |
equals(Object that) |
ConfigProperty._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(ConfigProperty._Fields field) |
String |
getName() |
String |
getSource() |
String |
getValue() |
int |
hashCode() |
boolean |
isSet(ConfigProperty._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
|
boolean |
isSetSource()
Returns true if field source is set (has been assigned a value) and false otherwise
|
boolean |
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(ConfigProperty._Fields field,
Object value) |
ConfigProperty |
setName(String name) |
void |
setNameIsSet(boolean value) |
ConfigProperty |
setSource(String source) |
void |
setSourceIsSet(boolean value) |
ConfigProperty |
setValue(String value) |
void |
setValueIsSet(boolean value) |
String |
toString() |
void |
unsetName() |
void |
unsetSource() |
void |
unsetValue() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ConfigProperty._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ConfigProperty()
public ConfigProperty(ConfigProperty other)
public ConfigProperty deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public String getName()
public ConfigProperty setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getSource()
public ConfigProperty setSource(String source)
public void unsetSource()
public boolean isSetSource()
public void setSourceIsSet(boolean value)
public String getValue()
public ConfigProperty setValue(String value)
public void unsetValue()
public boolean isSetValue()
public void setValueIsSet(boolean value)
public void setFieldValue(ConfigProperty._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public Object getFieldValue(ConfigProperty._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public boolean isSet(ConfigProperty._Fields field)
isSet
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public boolean equals(ConfigProperty that)
public int compareTo(ConfigProperty other)
compareTo
in interface Comparable<ConfigProperty>
public ConfigProperty._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ConfigProperty,ConfigProperty._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<ConfigProperty,ConfigProperty._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.