package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class PWX extends C16562pOe { @SerializedName("stock") public final Integer b; @SerializedName("maximumLimit") public final Integer c; @SerializedName("quotaLimit") public final Integer d; @SerializedName("limitationFlag") public final Boolean e; private /* synthetic */ PWX(byte b) { this(0, 0, 0, Boolean.FALSE); } private PWX(Integer num, Integer num2, Integer num3, Boolean bool) { this.c = num; this.d = num2; this.b = num3; this.e = bool; } public final String toString() { Integer num = this.c; Integer num2 = this.d; Integer num3 = this.b; Boolean bool = this.e; StringBuilder sb = new StringBuilder("QuotaLimitEntity(maximumLimit="); sb.append(num); sb.append(", quotaLimit="); sb.append(num2); sb.append(", stock="); sb.append(num3); sb.append(", limitationFlag="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.c; int hashCode = num == null ? 0 : num.hashCode(); Integer num2 = this.d; int hashCode2 = num2 == null ? 0 : num2.hashCode(); Integer num3 = this.b; int hashCode3 = num3 == null ? 0 : num3.hashCode(); Boolean bool = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PWX)) { return false; } PWX pwx = (PWX) obj; return C14957gcv.b(this.c, pwx.c) && C14957gcv.b(this.d, pwx.d) && C14957gcv.b(this.b, pwx.b) && C14957gcv.b(this.e, pwx.e); } public PWX() { this((byte) 0); } }