41 lines
1.4 KiB
Java
41 lines
1.4 KiB
Java
package o;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class HNz extends C16588pYG {
|
|
private final BigDecimal k;
|
|
public final BigDecimal l;
|
|
|
|
public HNz(String str, String str2, String str3, BigDecimal bigDecimal, BigDecimal bigDecimal2, BigDecimal bigDecimal3) {
|
|
super(str, str2, str3, "", bigDecimal, BigDecimal.ZERO, BigDecimal.ZERO, BigDecimal.ZERO, BigDecimal.ZERO, Boolean.FALSE, "");
|
|
this.k = bigDecimal2;
|
|
this.l = bigDecimal3;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
|
|
return false;
|
|
}
|
|
HNz hNz = (HNz) obj;
|
|
BigDecimal bigDecimal = this.k;
|
|
if (bigDecimal == null ? hNz.k != null : !bigDecimal.equals(hNz.k)) {
|
|
return false;
|
|
}
|
|
BigDecimal bigDecimal2 = this.l;
|
|
BigDecimal bigDecimal3 = hNz.l;
|
|
return bigDecimal2 != null ? bigDecimal2.equals(bigDecimal3) : bigDecimal3 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = super.hashCode();
|
|
BigDecimal bigDecimal = this.k;
|
|
int hashCode2 = bigDecimal != null ? bigDecimal.hashCode() : 0;
|
|
BigDecimal bigDecimal2 = this.l;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (bigDecimal2 != null ? bigDecimal2.hashCode() : 0);
|
|
}
|
|
}
|