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

58 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.x, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17476x {
@SerializedName("productType")
public final String a;
@SerializedName("device")
public final C0420Ger b;
@SerializedName("applicationUuid")
public final String e;
public C17476x(String str, String str2, C0420Ger c0420Ger) {
C14957gcv.e(str, "");
this.e = str;
this.a = str2;
this.b = c0420Ger;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
C0420Ger c0420Ger = this.b;
StringBuilder sb = new StringBuilder("HmlResubmissionRequest(applicationUuid=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", device=");
sb.append(c0420Ger);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
String str = this.a;
int hashCode2 = str == null ? 0 : str.hashCode();
C0420Ger c0420Ger = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (c0420Ger != null ? c0420Ger.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17476x)) {
return false;
}
C17476x c17476x = (C17476x) obj;
return C14957gcv.b((Object) this.e, (Object) c17476x.e) && C14957gcv.b((Object) this.a, (Object) c17476x.a) && C14957gcv.b(this.b, c17476x.b);
}
}