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