96 lines
3.3 KiB
Java
96 lines
3.3 KiB
Java
package o;
|
|
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class HYO {
|
|
public final double a;
|
|
public final OffsetDateTime b;
|
|
public final OffsetDateTime c;
|
|
public final double d;
|
|
public final double e;
|
|
public final String f;
|
|
public final double h;
|
|
public final double i;
|
|
public final C0211Bkc j;
|
|
|
|
private /* synthetic */ HYO(byte b) {
|
|
this(null, 0.0d, 0.0d, 0.0d, 0.0d, 0.0d, null, null, null);
|
|
}
|
|
|
|
public HYO(String str, double d, double d2, double d3, double d4, double d5, OffsetDateTime offsetDateTime, OffsetDateTime offsetDateTime2, C0211Bkc c0211Bkc) {
|
|
this.f = str;
|
|
this.i = d;
|
|
this.e = d2;
|
|
this.d = d3;
|
|
this.a = d4;
|
|
this.h = d5;
|
|
this.c = offsetDateTime;
|
|
this.b = offsetDateTime2;
|
|
this.j = c0211Bkc;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f;
|
|
double d = this.i;
|
|
double d2 = this.e;
|
|
double d3 = this.d;
|
|
double d4 = this.a;
|
|
double d5 = this.h;
|
|
OffsetDateTime offsetDateTime = this.c;
|
|
OffsetDateTime offsetDateTime2 = this.b;
|
|
C0211Bkc c0211Bkc = this.j;
|
|
StringBuilder sb = new StringBuilder("SubDeposit(number=");
|
|
sb.append(str);
|
|
sb.append(", netAmount=");
|
|
sb.append(d);
|
|
sb.append(", amount=");
|
|
sb.append(d2);
|
|
sb.append(", interestRate=");
|
|
sb.append(d3);
|
|
sb.append(", interestAmount=");
|
|
sb.append(d4);
|
|
sb.append(", tax=");
|
|
sb.append(d5);
|
|
sb.append(", depositDate=");
|
|
sb.append(offsetDateTime);
|
|
sb.append(", maturityDate=");
|
|
sb.append(offsetDateTime2);
|
|
sb.append(", status=");
|
|
sb.append(c0211Bkc);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.f;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
int hashCode2 = Double.hashCode(this.i);
|
|
int hashCode3 = Double.hashCode(this.e);
|
|
int hashCode4 = Double.hashCode(this.d);
|
|
int hashCode5 = Double.hashCode(this.a);
|
|
int hashCode6 = Double.hashCode(this.h);
|
|
OffsetDateTime offsetDateTime = this.c;
|
|
int hashCode7 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
|
|
OffsetDateTime offsetDateTime2 = this.b;
|
|
int hashCode8 = offsetDateTime2 == null ? 0 : offsetDateTime2.hashCode();
|
|
C0211Bkc c0211Bkc = this.j;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (c0211Bkc != null ? c0211Bkc.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof HYO)) {
|
|
return false;
|
|
}
|
|
HYO hyo = (HYO) obj;
|
|
return C14957gcv.b((Object) this.f, (Object) hyo.f) && Double.compare(this.i, hyo.i) == 0 && Double.compare(this.e, hyo.e) == 0 && Double.compare(this.d, hyo.d) == 0 && Double.compare(this.a, hyo.a) == 0 && Double.compare(this.h, hyo.h) == 0 && C14957gcv.b(this.c, hyo.c) && C14957gcv.b(this.b, hyo.b) && C14957gcv.b(this.j, hyo.j);
|
|
}
|
|
|
|
public HYO() {
|
|
this((byte) 0);
|
|
}
|
|
}
|