what-the-bank/sources/o/dBS.java

82 lines
2.7 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class dBS {
public final int a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public dBS(String str, int i, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
this.b = str;
this.a = i;
this.e = str2;
this.c = str3;
this.f = str4;
this.g = str5;
this.h = str6;
this.i = str7;
this.d = str8;
}
public final String toString() {
String str = this.b;
int i = this.a;
String str2 = this.e;
String str3 = this.c;
String str4 = this.f;
String str5 = this.g;
String str6 = this.h;
String str7 = this.i;
String str8 = this.d;
StringBuilder sb = new StringBuilder("ECouponTransactionData(couponExpiry=");
sb.append(str);
sb.append(", couponTimeLimit=");
sb.append(i);
sb.append(", imageUrl=");
sb.append(str2);
sb.append(", name=");
sb.append(str3);
sb.append(", redemptionDate=");
sb.append(str4);
sb.append(", refId=");
sb.append(str5);
sb.append(", relationId=");
sb.append(str6);
sb.append(", usedDate=");
sb.append(str7);
sb.append(", itemCode=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((this.b.hashCode() * 31) + Integer.hashCode(this.a)) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.f.hashCode()) * 31) + this.g.hashCode()) * 31) + this.h.hashCode()) * 31) + this.i.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof dBS)) {
return false;
}
dBS dbs = (dBS) obj;
return C14957gcv.b((Object) this.b, (Object) dbs.b) && this.a == dbs.a && C14957gcv.b((Object) this.e, (Object) dbs.e) && C14957gcv.b((Object) this.c, (Object) dbs.c) && C14957gcv.b((Object) this.f, (Object) dbs.f) && C14957gcv.b((Object) this.g, (Object) dbs.g) && C14957gcv.b((Object) this.h, (Object) dbs.h) && C14957gcv.b((Object) this.i, (Object) dbs.i) && C14957gcv.b((Object) this.d, (Object) dbs.d);
}
}