48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
package o;
|
|
|
|
/* renamed from: o.swm, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16994swm {
|
|
public final String a;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public C16994swm(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
String str3 = this.e;
|
|
StringBuilder sb = new StringBuilder("LoanOriginationOtp(mobileNo=");
|
|
sb.append(str);
|
|
sb.append(", tokenUuid=");
|
|
sb.append(str2);
|
|
sb.append(", refId=");
|
|
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 C16994swm)) {
|
|
return false;
|
|
}
|
|
C16994swm c16994swm = (C16994swm) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c16994swm.a) && C14957gcv.b((Object) this.d, (Object) c16994swm.d) && C14957gcv.b((Object) this.e, (Object) c16994swm.e);
|
|
}
|
|
}
|