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

67 lines
2.1 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class KM {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public /* synthetic */ KM(String str, String str2, String str3) {
this(str, str2, str3, null, null);
}
public KM(String str, String str2, String str3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.b = str;
this.a = str2;
this.c = str3;
this.d = str4;
this.e = str5;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.c;
String str4 = this.d;
String str5 = this.e;
StringBuilder sb = new StringBuilder("EasycashDeclineNCBReviewDisplay(name=");
sb.append(str);
sb.append(", productName=");
sb.append(str2);
sb.append(", cardImageUrl=");
sb.append(str3);
sb.append(", nameLabel=");
sb.append(str4);
sb.append(", productNameLabel=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.c.hashCode();
String str = this.d;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.e;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KM)) {
return false;
}
KM km = (KM) obj;
return C14957gcv.b((Object) this.b, (Object) km.b) && C14957gcv.b((Object) this.a, (Object) km.a) && C14957gcv.b((Object) this.c, (Object) km.c) && C14957gcv.b((Object) this.d, (Object) km.d) && C14957gcv.b((Object) this.e, (Object) km.e);
}
}