package o; /* loaded from: classes3.dex */ public final class CdV { public final String c; public final String d; public CdV(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.d = str; this.c = str2; } public final String toString() { String str = this.d; String str2 = this.c; StringBuilder sb = new StringBuilder("JuristicSendOtaResponse(mobileNo="); sb.append(str); sb.append(", refId="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.d.hashCode() * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof CdV)) { return false; } CdV cdV = (CdV) obj; return C14957gcv.b((Object) this.d, (Object) cdV.d) && C14957gcv.b((Object) this.c, (Object) cdV.c); } }