what-the-bank/sources/o/C14603fwN.java

48 lines
1.4 KiB
Java

package o;
/* renamed from: o.fwN, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14603fwN {
public final String c;
public final String d;
public final String e;
public C14603fwN(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.e = str;
this.d = str2;
this.c = str3;
}
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.c;
StringBuilder sb = new StringBuilder("ScbsSuitabilityInfo(name=");
sb.append(str);
sb.append(", score=");
sb.append(str2);
sb.append(", investor=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.e.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C14603fwN)) {
return false;
}
C14603fwN c14603fwN = (C14603fwN) obj;
return C14957gcv.b((Object) this.e, (Object) c14603fwN.e) && C14957gcv.b((Object) this.d, (Object) c14603fwN.d) && C14957gcv.b((Object) this.c, (Object) c14603fwN.c);
}
}