package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import io.beid.beidk.definitions.BeIDParams; /* loaded from: classes3.dex */ public final class Oxf { @SerializedName("additionalInfo") public final IeS b; @SerializedName("remark") public final String c; @SerializedName(BeIDParams.BEID_TRANSACTION_ID) public final String d; @SerializedName("transactionDateTime") public final String e; /* loaded from: classes3.dex */ public static final class IeS { @SerializedName(CommonConstant.KEY_STATUS) public final yzb c; public final String toString() { yzb yzbVar = this.c; StringBuilder sb = new StringBuilder("AdditionalInfoEntity(status="); sb.append(yzbVar); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof IeS) && C14957gcv.b(this.c, ((IeS) obj).c); } } public final String toString() { String str = this.d; String str2 = this.e; IeS ieS = this.b; String str3 = this.c; StringBuilder sb = new StringBuilder("PrepaidActivationOtpConfirmEntity(transactionId="); sb.append(str); sb.append(", transactionDateTime="); sb.append(str2); sb.append(", additionalInfo="); sb.append(ieS); sb.append(", remark="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.b.hashCode(); String str = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Oxf)) { return false; } Oxf oxf = (Oxf) obj; return C14957gcv.b((Object) this.d, (Object) oxf.d) && C14957gcv.b((Object) this.e, (Object) oxf.e) && C14957gcv.b(this.b, oxf.b) && C14957gcv.b((Object) this.c, (Object) oxf.c); } }