package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class aMC { @SerializedName("version") private final String a; @SerializedName("description") private final Gyx c; public final String toString() { String str = this.a; Gyx gyx = this.c; StringBuilder sb = new StringBuilder("MerchantTermsAndConditionsEntity(version="); sb.append(str); sb.append(", description="); sb.append(gyx); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof aMC)) { return false; } aMC amc = (aMC) obj; return C14957gcv.b((Object) this.a, (Object) amc.a) && C14957gcv.b(this.c, amc.c); } }