93 lines
3.2 KiB
Java
93 lines
3.2 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class fJI {
|
|
public final String a;
|
|
public final Context b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
|
|
public fJI(Context context, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
|
|
C14957gcv.e(context, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = context;
|
|
this.i = str;
|
|
this.d = str2;
|
|
this.h = str3;
|
|
this.j = str4;
|
|
this.e = str5;
|
|
this.f = str6;
|
|
this.a = str7;
|
|
this.c = str8;
|
|
}
|
|
|
|
public final String toString() {
|
|
Context context = this.b;
|
|
String str = this.i;
|
|
String str2 = this.d;
|
|
String str3 = this.h;
|
|
String str4 = this.j;
|
|
String str5 = this.e;
|
|
String str6 = this.f;
|
|
String str7 = this.a;
|
|
String str8 = this.c;
|
|
StringBuilder sb = new StringBuilder("EasycashNcbConsent(context=");
|
|
sb.append(context);
|
|
sb.append(", productGroup=");
|
|
sb.append(str);
|
|
sb.append(", flowType=");
|
|
sb.append(str2);
|
|
sb.append(", productType=");
|
|
sb.append(str3);
|
|
sb.append(", productProgram=");
|
|
sb.append(str4);
|
|
sb.append(", applicationId=");
|
|
sb.append(str5);
|
|
sb.append(", ncbTransactionId=");
|
|
sb.append(str6);
|
|
sb.append(", cardCompany=");
|
|
sb.append(str7);
|
|
sb.append(", mobileNo=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.b.hashCode();
|
|
int hashCode2 = this.i.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
String str = this.j;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.f;
|
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode8 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.c;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof fJI)) {
|
|
return false;
|
|
}
|
|
fJI fji = (fJI) obj;
|
|
return C14957gcv.b(this.b, fji.b) && C14957gcv.b((Object) this.i, (Object) fji.i) && C14957gcv.b((Object) this.d, (Object) fji.d) && C14957gcv.b((Object) this.h, (Object) fji.h) && C14957gcv.b((Object) this.j, (Object) fji.j) && C14957gcv.b((Object) this.e, (Object) fji.e) && C14957gcv.b((Object) this.f, (Object) fji.f) && C14957gcv.b((Object) this.a, (Object) fji.a) && C14957gcv.b((Object) this.c, (Object) fji.c);
|
|
}
|
|
}
|