package o; import com.google.gson.annotations.SerializedName; import org.simpleframework.xml.strategy.Name; /* renamed from: o.wBB, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17358wBB { @SerializedName("agentName") public final String a; @SerializedName(Name.MARK) public final int b; @SerializedName("agentLogo") public final String c; @SerializedName("agentCode") public final String d; @SerializedName("divisor") public final String e; @SerializedName("sortOrder") public final String g; @SerializedName("limitPerDay") public final String h; @SerializedName("minAmount") public final String i; @SerializedName("maxAmount") public final String j; public final String toString() { int i = this.b; String str = this.d; String str2 = this.c; String str3 = this.a; String str4 = this.i; String str5 = this.j; String str6 = this.h; String str7 = this.g; String str8 = this.e; StringBuilder sb = new StringBuilder("AgentEntity(id="); sb.append(i); sb.append(", agentCode="); sb.append(str); sb.append(", agentLogo="); sb.append(str2); sb.append(", agentName="); sb.append(str3); sb.append(", minAmount="); sb.append(str4); sb.append(", maxAmount="); sb.append(str5); sb.append(", limitPerDay="); sb.append(str6); sb.append(", sortOrder="); sb.append(str7); sb.append(", divisor="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.b); int hashCode2 = this.d.hashCode(); String str = this.c; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.a.hashCode(); int hashCode5 = this.i.hashCode(); int hashCode6 = this.j.hashCode(); int hashCode7 = this.h.hashCode(); int hashCode8 = this.g.hashCode(); String str2 = this.e; return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17358wBB)) { return false; } C17358wBB c17358wBB = (C17358wBB) obj; return this.b == c17358wBB.b && C14957gcv.b((Object) this.d, (Object) c17358wBB.d) && C14957gcv.b((Object) this.c, (Object) c17358wBB.c) && C14957gcv.b((Object) this.a, (Object) c17358wBB.a) && C14957gcv.b((Object) this.i, (Object) c17358wBB.i) && C14957gcv.b((Object) this.j, (Object) c17358wBB.j) && C14957gcv.b((Object) this.h, (Object) c17358wBB.h) && C14957gcv.b((Object) this.g, (Object) c17358wBB.g) && C14957gcv.b((Object) this.e, (Object) c17358wBB.e); } }