package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bOD, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4037bOD { @SerializedName("maxAmount") public final String b; @SerializedName("minAmount") public final String e; public final String toString() { String str = this.e; String str2 = this.b; StringBuilder sb = new StringBuilder("HmlBusinessValidationEntity(minAmount="); sb.append(str); sb.append(", maxAmount="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.e.hashCode() * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4037bOD)) { return false; } C4037bOD c4037bOD = (C4037bOD) obj; return C14957gcv.b((Object) this.e, (Object) c4037bOD.e) && C14957gcv.b((Object) this.b, (Object) c4037bOD.b); } }