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

94 lines
3.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import org.bouncycastle.i18n.MessageBundle;
/* renamed from: o.yZm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17640yZm {
@SerializedName("header")
public final String a;
@SerializedName("imageURL")
public final String b;
@SerializedName("QRstring")
public final String c;
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String d;
@SerializedName("description")
public final String e;
@SerializedName("type")
public final String i;
public C17640yZm(String str, String str2, String str3, String str4, String str5, String str6) {
this.b = str;
this.a = str2;
this.e = str3;
this.i = str4;
this.d = str5;
this.c = str6;
}
public /* synthetic */ C17640yZm(String str, String str2, String str3, String str4, String str5, String str6, int i) {
this((i & 1) != 0 ? "" : str, (i & 2) != 0 ? "" : str2, (i & 4) != 0 ? "" : str3, (i & 8) != 0 ? "" : str4, (i & 16) != 0 ? "" : str5, (i & 32) != 0 ? "" : str6);
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.e;
String str4 = this.i;
String str5 = this.d;
String str6 = this.c;
StringBuilder sb = new StringBuilder("PaymentInfo(imageURL=");
sb.append(str);
sb.append(", header=");
sb.append(str2);
sb.append(", description=");
sb.append(str3);
sb.append(", type=");
sb.append(str4);
sb.append(", title=");
sb.append(str5);
sb.append(", qrString=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.d;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17640yZm)) {
return false;
}
C17640yZm c17640yZm = (C17640yZm) obj;
return C14957gcv.b((Object) this.b, (Object) c17640yZm.b) && C14957gcv.b((Object) this.a, (Object) c17640yZm.a) && C14957gcv.b((Object) this.e, (Object) c17640yZm.e) && C14957gcv.b((Object) this.i, (Object) c17640yZm.i) && C14957gcv.b((Object) this.d, (Object) c17640yZm.d) && C14957gcv.b((Object) this.c, (Object) c17640yZm.c);
}
public C17640yZm() {
this(null, null, null, null, null, null, 63);
}
}