@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class GetConfigReportTResponse extends Object implements org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>, Serializable, Cloneable, Comparable<GetConfigReportTResponse>
Modifier and Type | Class and Description |
---|---|
static class |
GetConfigReportTResponse._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<GetConfigReportTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
GetConfigReportTResponse() |
GetConfigReportTResponse(ConfigCheckReport report) |
GetConfigReportTResponse(GetConfigReportTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(GetConfigReportTResponse other) |
GetConfigReportTResponse |
deepCopy() |
boolean |
equals(GetConfigReportTResponse that) |
boolean |
equals(Object that) |
GetConfigReportTResponse._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(GetConfigReportTResponse._Fields field) |
ConfigCheckReport |
getReport() |
int |
hashCode() |
boolean |
isSet(GetConfigReportTResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetReport()
Returns true if field report is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetConfigReportTResponse._Fields field,
Object value) |
GetConfigReportTResponse |
setReport(ConfigCheckReport report) |
void |
setReportIsSet(boolean value) |
String |
toString() |
void |
unsetReport() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetConfigReportTResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetConfigReportTResponse()
public GetConfigReportTResponse(ConfigCheckReport report)
public GetConfigReportTResponse(GetConfigReportTResponse other)
public GetConfigReportTResponse deepCopy()
deepCopy
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public ConfigCheckReport getReport()
public GetConfigReportTResponse setReport(ConfigCheckReport report)
public void unsetReport()
public boolean isSetReport()
public void setReportIsSet(boolean value)
public void setFieldValue(GetConfigReportTResponse._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public Object getFieldValue(GetConfigReportTResponse._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public boolean isSet(GetConfigReportTResponse._Fields field)
isSet
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public boolean equals(GetConfigReportTResponse that)
public int compareTo(GetConfigReportTResponse other)
compareTo
in interface Comparable<GetConfigReportTResponse>
public GetConfigReportTResponse._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<GetConfigReportTResponse,GetConfigReportTResponse._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<GetConfigReportTResponse,GetConfigReportTResponse._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.