72 lines
2.4 KiB
Java
72 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.AdB, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0145AdB {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private final String f;
|
||
|
private final String h;
|
||
|
|
||
|
public C0145AdB(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
this.b = str3;
|
||
|
this.h = str4;
|
||
|
this.f = str5;
|
||
|
this.c = str6;
|
||
|
this.e = str7;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.h;
|
||
|
String str5 = this.f;
|
||
|
String str6 = this.c;
|
||
|
String str7 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("EasyFeatureReferenceAccount(accountNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", accountTypeDesc=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", accountSubType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", accountSubTypeDesc=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", nickname=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", accountName=");
|
||
|
sb.append(str7);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((((((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.h.hashCode()) * 31) + this.f.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0145AdB)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0145AdB c0145AdB = (C0145AdB) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c0145AdB.d) && C14957gcv.b((Object) this.a, (Object) c0145AdB.a) && C14957gcv.b((Object) this.b, (Object) c0145AdB.b) && C14957gcv.b((Object) this.h, (Object) c0145AdB.h) && C14957gcv.b((Object) this.f, (Object) c0145AdB.f) && C14957gcv.b((Object) this.c, (Object) c0145AdB.c) && C14957gcv.b((Object) this.e, (Object) c0145AdB.e);
|
||
|
}
|
||
|
}
|