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

52 lines
1.4 KiB
Java

package o;
/* renamed from: o.Kr, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0614Kr {
public String b;
public String c;
public String e;
public /* synthetic */ C0614Kr(String str, String str2) {
this(str, str2, "");
}
private C0614Kr(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.b = str;
this.e = str2;
this.c = str3;
}
public final String toString() {
String str = this.b;
String str2 = this.e;
String str3 = this.c;
StringBuilder sb = new StringBuilder("TitleWithLeftRightTextDisplay(leftText=");
sb.append(str);
sb.append(", rightText=");
sb.append(str2);
sb.append(", title=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0614Kr)) {
return false;
}
C0614Kr c0614Kr = (C0614Kr) obj;
return C14957gcv.b((Object) this.b, (Object) c0614Kr.b) && C14957gcv.b((Object) this.e, (Object) c0614Kr.e) && C14957gcv.b((Object) this.c, (Object) c0614Kr.c);
}
}