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

65 lines
2.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class WCS {
public final String a;
public final String b;
public final String c;
private final String d;
public final String e;
private final String f;
public WCS(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.b = str;
this.e = str2;
this.d = str3;
this.f = str4;
this.c = str5;
this.a = str6;
}
public final String toString() {
String str = this.b;
String str2 = this.e;
String str3 = this.d;
String str4 = this.f;
String str5 = this.c;
String str6 = this.a;
StringBuilder sb = new StringBuilder("EasycashDeclineNCBReview(firstName=");
sb.append(str);
sb.append(", lastName=");
sb.append(str2);
sb.append(", productCode=");
sb.append(str3);
sb.append(", subProductCode=");
sb.append(str4);
sb.append(", creditCardImageURL=");
sb.append(str5);
sb.append(", productName=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WCS)) {
return false;
}
WCS wcs = (WCS) obj;
return C14957gcv.b((Object) this.b, (Object) wcs.b) && C14957gcv.b((Object) this.e, (Object) wcs.e) && C14957gcv.b((Object) this.d, (Object) wcs.d) && C14957gcv.b((Object) this.f, (Object) wcs.f) && C14957gcv.b((Object) this.c, (Object) wcs.c) && C14957gcv.b((Object) this.a, (Object) wcs.a);
}
}