package o; import com.google.gson.annotations.SerializedName; import io.beid.beidk.definitions.BeIDParams; /* loaded from: classes3.dex */ public final class wKJ { @SerializedName("quantity") public final Integer a; @SerializedName("skuId") public final String b; @SerializedName(BeIDParams.BEID_TRANSACTION_ID) public final String d; public wKJ(String str, Integer num, String str2) { this.b = str; this.a = num; this.d = str2; } public final String toString() { String str = this.b; Integer num = this.a; String str2 = this.d; StringBuilder sb = new StringBuilder("SkuInfo(skuId="); sb.append(str); sb.append(", quantity="); sb.append(num); sb.append(", transactionId="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); Integer num = this.a; int hashCode2 = num == null ? 0 : num.hashCode(); String str2 = this.d; return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof wKJ)) { return false; } wKJ wkj = (wKJ) obj; return C14957gcv.b((Object) this.b, (Object) wkj.b) && C14957gcv.b(this.a, wkj.a) && C14957gcv.b((Object) this.d, (Object) wkj.d); } }