package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class OJP { @SerializedName("businessOnLease") public final nwk a; @SerializedName("businessUrl") public final nwk b; @SerializedName("businessRegistrationNo") public final nwk c; @SerializedName("validationConfig") public final OoK d; @SerializedName("marketplaceUrl") public final C17742zQu e; public final String toString() { OoK ooK = this.d; nwk nwkVar = this.c; nwk nwkVar2 = this.a; nwk nwkVar3 = this.b; C17742zQu c17742zQu = this.e; StringBuilder sb = new StringBuilder("HmlBusinessURLInfoEntity(validationConfig="); sb.append(ooK); sb.append(", businessRegistrationNo="); sb.append(nwkVar); sb.append(", businessOnLease="); sb.append(nwkVar2); sb.append(", businessUrl="); sb.append(nwkVar3); sb.append(", marketplaceUrl="); sb.append(c17742zQu); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof OJP)) { return false; } OJP ojp = (OJP) obj; return C14957gcv.b(this.d, ojp.d) && C14957gcv.b(this.c, ojp.c) && C14957gcv.b(this.a, ojp.a) && C14957gcv.b(this.b, ojp.b) && C14957gcv.b(this.e, ojp.e); } }