package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.wqa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17452wqa { @SerializedName("applicationUuid") private final String a; @SerializedName("productType") private final String d; public C17452wqa(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.a = str; this.d = str2; } public final String toString() { String str = this.a; String str2 = this.d; StringBuilder sb = new StringBuilder("HmlDocumentValidationRequest(applicationUuid="); sb.append(str); sb.append(", productType="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17452wqa)) { return false; } C17452wqa c17452wqa = (C17452wqa) obj; return C14957gcv.b((Object) this.a, (Object) c17452wqa.a) && C14957gcv.b((Object) this.d, (Object) c17452wqa.d); } }