@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class InconsistentProperty extends Object implements org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>, Serializable, Cloneable, Comparable<InconsistentProperty>
Modifier and Type | Class and Description |
---|---|
static class |
InconsistentProperty._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<InconsistentProperty._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
InconsistentProperty() |
InconsistentProperty(InconsistentProperty other)
Performs a deep copy on other.
|
InconsistentProperty(String name,
Map<OptionalString,List<String>> values) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(InconsistentProperty other) |
InconsistentProperty |
deepCopy() |
boolean |
equals(InconsistentProperty that) |
boolean |
equals(Object that) |
InconsistentProperty._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(InconsistentProperty._Fields field) |
String |
getName() |
Map<OptionalString,List<String>> |
getValues() |
int |
getValuesSize() |
int |
hashCode() |
boolean |
isSet(InconsistentProperty._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 |
isSetValues()
Returns true if field values is set (has been assigned a value) and false otherwise
|
void |
putToValues(OptionalString key,
List<String> val) |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(InconsistentProperty._Fields field,
Object value) |
InconsistentProperty |
setName(String name) |
void |
setNameIsSet(boolean value) |
InconsistentProperty |
setValues(Map<OptionalString,List<String>> values) |
void |
setValuesIsSet(boolean value) |
String |
toString() |
void |
unsetName() |
void |
unsetValues() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<InconsistentProperty._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public InconsistentProperty()
public InconsistentProperty(String name, Map<OptionalString,List<String>> values)
public InconsistentProperty(InconsistentProperty other)
public InconsistentProperty deepCopy()
deepCopy
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public String getName()
public InconsistentProperty setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public int getValuesSize()
public void putToValues(OptionalString key, List<String> val)
public Map<OptionalString,List<String>> getValues()
public InconsistentProperty setValues(Map<OptionalString,List<String>> values)
public void unsetValues()
public boolean isSetValues()
public void setValuesIsSet(boolean value)
public void setFieldValue(InconsistentProperty._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public Object getFieldValue(InconsistentProperty._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public boolean isSet(InconsistentProperty._Fields field)
isSet
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public boolean equals(InconsistentProperty that)
public int compareTo(InconsistentProperty other)
compareTo
in interface Comparable<InconsistentProperty>
public InconsistentProperty._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<InconsistentProperty,InconsistentProperty._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<InconsistentProperty,InconsistentProperty._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.