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

65 lines
2.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class Kco {
public final String a;
public final String b;
public final C13475fay c;
public final String d;
public final String e;
public final String h;
public Kco(String str, String str2, String str3, C13475fay c13475fay, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(c13475fay, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.b = str;
this.a = str2;
this.d = str3;
this.c = c13475fay;
this.h = str4;
this.e = str5;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.d;
C13475fay c13475fay = this.c;
String str4 = this.h;
String str5 = this.e;
StringBuilder sb = new StringBuilder("PointInquiry(customerId=");
sb.append(str);
sb.append(", customerStatus=");
sb.append(str2);
sb.append(", customerName=");
sb.append(str3);
sb.append(", consent=");
sb.append(c13475fay);
sb.append(", point=");
sb.append(str4);
sb.append(", asOfDate=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Kco)) {
return false;
}
Kco kco = (Kco) obj;
return C14957gcv.b((Object) this.b, (Object) kco.b) && C14957gcv.b((Object) this.a, (Object) kco.a) && C14957gcv.b((Object) this.d, (Object) kco.d) && C14957gcv.b(this.c, kco.c) && C14957gcv.b((Object) this.h, (Object) kco.h) && C14957gcv.b((Object) this.e, (Object) kco.e);
}
}