package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.enB, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C11849enB { @SerializedName("upCash") public final String c; @SerializedName("nonUpCash") public final String e; private C11849enB(byte b) { this.c = null; this.e = null; } private /* synthetic */ C11849enB(char c) { this((byte) 0); } public final String toString() { String str = this.c; String str2 = this.e; StringBuilder sb = new StringBuilder("ConditionLabelEntity(upCash="); sb.append(str); sb.append(", nonUpCash="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C11849enB)) { return false; } C11849enB c11849enB = (C11849enB) obj; return C14957gcv.b((Object) this.c, (Object) c11849enB.c) && C14957gcv.b((Object) this.e, (Object) c11849enB.e); } public C11849enB() { this((char) 0); } }