package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.aeN, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C2423aeN { @SerializedName("sortSequence") public final String a; @SerializedName("code") public final String d; @SerializedName("label") public final String e; public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.e; StringBuilder sb = new StringBuilder("SCBSRiskLevelItemEntity(sortSequence="); sb.append(str); sb.append(", code="); sb.append(str2); sb.append(", label="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C2423aeN)) { return false; } C2423aeN c2423aeN = (C2423aeN) obj; return C14957gcv.b((Object) this.a, (Object) c2423aeN.a) && C14957gcv.b((Object) this.d, (Object) c2423aeN.d) && C14957gcv.b((Object) this.e, (Object) c2423aeN.e); } }