48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.Nt, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0751Nt {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
|
||
|
public C0751Nt(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.a = str;
|
||
|
this.c = str2;
|
||
|
this.b = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("HmlNTBApplyLoanButtonDisplay(name=");
|
||
|
sb.append(str);
|
||
|
sb.append(", deepLink=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", trackingTag=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.a.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0751Nt)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0751Nt c0751Nt = (C0751Nt) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c0751Nt.a) && C14957gcv.b((Object) this.c, (Object) c0751Nt.c) && C14957gcv.b((Object) this.b, (Object) c0751Nt.b);
|
||
|
}
|
||
|
}
|