in core/src/main/thrift-gen-java/org/apache/accumulo/core/manager/thrift/FateService.java [4966:5009]
public boolean equals(waitForFateOperation_result that) {
if (that == null)
return false;
if (this == that)
return true;
boolean this_present_success = true && this.isSetSuccess();
boolean that_present_success = true && that.isSetSuccess();
if (this_present_success || that_present_success) {
if (!(this_present_success && that_present_success))
return false;
if (!this.success.equals(that.success))
return false;
}
boolean this_present_sec = true && this.isSetSec();
boolean that_present_sec = true && that.isSetSec();
if (this_present_sec || that_present_sec) {
if (!(this_present_sec && that_present_sec))
return false;
if (!this.sec.equals(that.sec))
return false;
}
boolean this_present_tope = true && this.isSetTope();
boolean that_present_tope = true && that.isSetTope();
if (this_present_tope || that_present_tope) {
if (!(this_present_tope && that_present_tope))
return false;
if (!this.tope.equals(that.tope))
return false;
}
boolean this_present_tnase = true && this.isSetTnase();
boolean that_present_tnase = true && that.isSetTnase();
if (this_present_tnase || that_present_tnase) {
if (!(this_present_tnase && that_present_tnase))
return false;
if (!this.tnase.equals(that.tnase))
return false;
}
return true;
}