@Generated(value="Autogenerated by Thrift Compiler (0.22.0)",
date="2026-02-24")
public class ICEntityDetails
extends Object
implements org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>, Serializable, Cloneable, Comparable<ICEntityDetails>
| Modifier and Type | Class and Description |
|---|---|
static class |
ICEntityDetails._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
int |
matched |
static Map<ICEntityDetails._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
misMatched |
int |
misMatchedReason |
int |
total |
int |
unMatched |
| Constructor and Description |
|---|
ICEntityDetails() |
ICEntityDetails(ICEntityDetails other)
Performs a deep copy on other.
|
ICEntityDetails(int matched,
int misMatchedReason,
int misMatched,
int unMatched,
int total) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ICEntityDetails other) |
ICEntityDetails |
deepCopy() |
boolean |
equals(ICEntityDetails that) |
boolean |
equals(Object that) |
ICEntityDetails._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(ICEntityDetails._Fields field) |
int |
getMatched() |
int |
getMisMatched() |
int |
getMisMatchedReason() |
int |
getTotal() |
int |
getUnMatched() |
int |
hashCode() |
boolean |
isSet(ICEntityDetails._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMatched()
Returns true if field matched is set (has been assigned a value) and false otherwise
|
boolean |
isSetMisMatched()
Returns true if field misMatched is set (has been assigned a value) and false otherwise
|
boolean |
isSetMisMatchedReason()
Returns true if field misMatchedReason is set (has been assigned a value) and false otherwise
|
boolean |
isSetTotal()
Returns true if field total is set (has been assigned a value) and false otherwise
|
boolean |
isSetUnMatched()
Returns true if field unMatched is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(ICEntityDetails._Fields field,
Object value) |
ICEntityDetails |
setMatched(int matched) |
void |
setMatchedIsSet(boolean value) |
ICEntityDetails |
setMisMatched(int misMatched) |
void |
setMisMatchedIsSet(boolean value) |
ICEntityDetails |
setMisMatchedReason(int misMatchedReason) |
void |
setMisMatchedReasonIsSet(boolean value) |
ICEntityDetails |
setTotal(int total) |
void |
setTotalIsSet(boolean value) |
ICEntityDetails |
setUnMatched(int unMatched) |
void |
setUnMatchedIsSet(boolean value) |
String |
toString() |
void |
unsetMatched() |
void |
unsetMisMatched() |
void |
unsetMisMatchedReason() |
void |
unsetTotal() |
void |
unsetUnMatched() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int matched
public int misMatchedReason
public int misMatched
public int unMatched
public int total
public static final Map<ICEntityDetails._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ICEntityDetails()
public ICEntityDetails(int matched,
int misMatchedReason,
int misMatched,
int unMatched,
int total)
public ICEntityDetails(ICEntityDetails other)
public ICEntityDetails deepCopy()
deepCopy in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public int getMatched()
public ICEntityDetails setMatched(int matched)
public void unsetMatched()
public boolean isSetMatched()
public void setMatchedIsSet(boolean value)
public int getMisMatchedReason()
public ICEntityDetails setMisMatchedReason(int misMatchedReason)
public void unsetMisMatchedReason()
public boolean isSetMisMatchedReason()
public void setMisMatchedReasonIsSet(boolean value)
public int getMisMatched()
public ICEntityDetails setMisMatched(int misMatched)
public void unsetMisMatched()
public boolean isSetMisMatched()
public void setMisMatchedIsSet(boolean value)
public int getUnMatched()
public ICEntityDetails setUnMatched(int unMatched)
public void unsetUnMatched()
public boolean isSetUnMatched()
public void setUnMatchedIsSet(boolean value)
public int getTotal()
public ICEntityDetails setTotal(int total)
public void unsetTotal()
public boolean isSetTotal()
public void setTotalIsSet(boolean value)
public void setFieldValue(ICEntityDetails._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public Object getFieldValue(ICEntityDetails._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public boolean isSet(ICEntityDetails._Fields field)
isSet in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public boolean equals(ICEntityDetails that)
public int compareTo(ICEntityDetails other)
compareTo in interface Comparable<ICEntityDetails>public ICEntityDetails._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ICEntityDetails,ICEntityDetails._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright 2007, 2026, Oracle. All rights reserved.