package o; import com.google.gson.annotations.SerializedName; import io.beid.beidk.definitions.BeIDParams; /* loaded from: classes3.dex */ public final class GiK { @SerializedName("applicationExpiryDate") public final String a; @SerializedName("productType") public final String b; @SerializedName("remark") public final Kpk c; @SerializedName("nationality") public final String d; @SerializedName("customerContactInfo") public final ucZ e; @SerializedName("stage") public final String h; @SerializedName(BeIDParams.BEID_TRANSACTION_ID) public final String i; @SerializedName("verifyKycFlag") public final String j; public final String toString() { String str = this.i; String str2 = this.j; String str3 = this.h; String str4 = this.d; String str5 = this.a; String str6 = this.b; Kpk kpk = this.c; ucZ ucz = this.e; StringBuilder sb = new StringBuilder("HmlVerifyKycStatusEntity(transactionId="); sb.append(str); sb.append(", verifyKycFlag="); sb.append(str2); sb.append(", stage="); sb.append(str3); sb.append(", nationality="); sb.append(str4); sb.append(", applicationExpiryDate="); sb.append(str5); sb.append(", productType="); sb.append(str6); sb.append(", remark="); sb.append(kpk); sb.append(", customerContactInfo="); sb.append(ucz); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.j.hashCode(); String str2 = this.h; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.d.hashCode(); int hashCode5 = this.a.hashCode(); int hashCode6 = this.b.hashCode(); Kpk kpk = this.c; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (kpk != null ? kpk.hashCode() : 0)) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof GiK)) { return false; } GiK giK = (GiK) obj; return C14957gcv.b((Object) this.i, (Object) giK.i) && C14957gcv.b((Object) this.j, (Object) giK.j) && C14957gcv.b((Object) this.h, (Object) giK.h) && C14957gcv.b((Object) this.d, (Object) giK.d) && C14957gcv.b((Object) this.a, (Object) giK.a) && C14957gcv.b((Object) this.b, (Object) giK.b) && C14957gcv.b(this.c, giK.c) && C14957gcv.b(this.e, giK.e); } }