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

55 lines
1.4 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class zQA {
public final String a;
public final String b;
public final String e;
private /* synthetic */ zQA(byte b) {
this("", "", "");
}
public zQA(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.e = str;
this.a = str2;
this.b = str3;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
String str3 = this.b;
StringBuilder sb = new StringBuilder("ThirdPartyFooter(type=");
sb.append(str);
sb.append(", text=");
sb.append(str2);
sb.append(", image=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zQA)) {
return false;
}
zQA zqa = (zQA) obj;
return C14957gcv.b((Object) this.e, (Object) zqa.e) && C14957gcv.b((Object) this.a, (Object) zqa.a) && C14957gcv.b((Object) this.b, (Object) zqa.b);
}
public zQA() {
this((byte) 0);
}
}