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