package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class FJd { @SerializedName("pubKeyIndex") public final int a; @SerializedName("serverRandom") public final String b; @SerializedName("pubKey") public final String d; @SerializedName("e2eeSid") public final String e; public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.d; int i = this.a; StringBuilder sb = new StringBuilder("E2EEDPEntity(e2eeSid="); sb.append(str); sb.append(", serverRandom="); sb.append(str2); sb.append(", pubKey="); sb.append(str3); sb.append(", pubKeyIndex="); sb.append(i); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.b; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; return (((((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + Integer.hashCode(this.a); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FJd)) { return false; } FJd fJd = (FJd) obj; return C14957gcv.b((Object) this.e, (Object) fJd.e) && C14957gcv.b((Object) this.b, (Object) fJd.b) && C14957gcv.b((Object) this.d, (Object) fJd.d) && this.a == fJd.a; } }