@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class ConfigCheckReport extends Object implements org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>, Serializable, Cloneable, Comparable<ConfigCheckReport>
Modifier and Type | Class and Description |
---|---|
static class |
ConfigCheckReport._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<ConfigCheckReport._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ConfigCheckReport() |
ConfigCheckReport(ConfigCheckReport other)
Performs a deep copy on other.
|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ConfigCheckReport other) |
ConfigCheckReport |
deepCopy() |
boolean |
equals(ConfigCheckReport that) |
boolean |
equals(Object that) |
ConfigCheckReport._Fields |
fieldForId(int fieldId) |
Map<Scope,List<InconsistentProperty>> |
getErrors() |
int |
getErrorsSize() |
Object |
getFieldValue(ConfigCheckReport._Fields field) |
ConfigStatus |
getStatus() |
Map<Scope,List<InconsistentProperty>> |
getWarns() |
int |
getWarnsSize() |
int |
hashCode() |
boolean |
isSet(ConfigCheckReport._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetErrors()
Returns true if field errors is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
|
boolean |
isSetWarns()
Returns true if field warns is set (has been assigned a value) and false otherwise
|
void |
putToErrors(Scope key,
List<InconsistentProperty> val) |
void |
putToWarns(Scope key,
List<InconsistentProperty> val) |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
ConfigCheckReport |
setErrors(Map<Scope,List<InconsistentProperty>> errors) |
void |
setErrorsIsSet(boolean value) |
void |
setFieldValue(ConfigCheckReport._Fields field,
Object value) |
ConfigCheckReport |
setStatus(ConfigStatus status) |
void |
setStatusIsSet(boolean value) |
ConfigCheckReport |
setWarns(Map<Scope,List<InconsistentProperty>> warns) |
void |
setWarnsIsSet(boolean value) |
String |
toString() |
void |
unsetErrors() |
void |
unsetStatus() |
void |
unsetWarns() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ConfigCheckReport._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ConfigCheckReport()
public ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors, Map<Scope,List<InconsistentProperty>> warns, ConfigStatus status)
public ConfigCheckReport(ConfigCheckReport other)
public ConfigCheckReport deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public int getErrorsSize()
public void putToErrors(Scope key, List<InconsistentProperty> val)
public Map<Scope,List<InconsistentProperty>> getErrors()
public ConfigCheckReport setErrors(Map<Scope,List<InconsistentProperty>> errors)
public void unsetErrors()
public boolean isSetErrors()
public void setErrorsIsSet(boolean value)
public int getWarnsSize()
public void putToWarns(Scope key, List<InconsistentProperty> val)
public Map<Scope,List<InconsistentProperty>> getWarns()
public ConfigCheckReport setWarns(Map<Scope,List<InconsistentProperty>> warns)
public void unsetWarns()
public boolean isSetWarns()
public void setWarnsIsSet(boolean value)
public ConfigStatus getStatus()
ConfigStatus
public ConfigCheckReport setStatus(ConfigStatus status)
ConfigStatus
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public void setFieldValue(ConfigCheckReport._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public Object getFieldValue(ConfigCheckReport._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public boolean isSet(ConfigCheckReport._Fields field)
isSet
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public boolean equals(ConfigCheckReport that)
public int compareTo(ConfigCheckReport other)
compareTo
in interface Comparable<ConfigCheckReport>
public ConfigCheckReport._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ConfigCheckReport,ConfigCheckReport._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<ConfigCheckReport,ConfigCheckReport._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.