package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class CLy { @SerializedName(alternate = {"maxAmount"}, value = "amount") public final String a; @SerializedName("rate") public final String c; public final String toString() { String str = this.c; String str2 = this.a; StringBuilder sb = new StringBuilder("DutyStampFee(rate="); sb.append(str); sb.append(", amount="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof CLy)) { return false; } CLy cLy = (CLy) obj; return C14957gcv.b((Object) this.c, (Object) cLy.c) && C14957gcv.b((Object) this.a, (Object) cLy.a); } }