77 lines
2.6 KiB
Java
77 lines
2.6 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Rr, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0924Rr {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final RE f;
|
|
public final int g;
|
|
|
|
public C0924Rr(int i, String str, String str2, String str3, String str4, String str5, RE re) {
|
|
C14957gcv.e(str, "");
|
|
this.g = i;
|
|
this.d = str;
|
|
this.b = str2;
|
|
this.e = str3;
|
|
this.c = str4;
|
|
this.a = str5;
|
|
this.f = re;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.g;
|
|
String str = this.d;
|
|
String str2 = this.b;
|
|
String str3 = this.e;
|
|
String str4 = this.c;
|
|
String str5 = this.a;
|
|
RE re = this.f;
|
|
StringBuilder sb = new StringBuilder("MailingAddressCardListDisplay(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", applicationId=");
|
|
sb.append(str);
|
|
sb.append(", accountNo=");
|
|
sb.append(str2);
|
|
sb.append(", cardRefNo=");
|
|
sb.append(str3);
|
|
sb.append(", cardMask=");
|
|
sb.append(str4);
|
|
sb.append(", productName=");
|
|
sb.append(str5);
|
|
sb.append(", productType=");
|
|
sb.append(re);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.g);
|
|
int hashCode2 = this.d.hashCode();
|
|
String str = this.b;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
RE re = this.f;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (re != null ? re.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0924Rr)) {
|
|
return false;
|
|
}
|
|
C0924Rr c0924Rr = (C0924Rr) obj;
|
|
return this.g == c0924Rr.g && C14957gcv.b((Object) this.d, (Object) c0924Rr.d) && C14957gcv.b((Object) this.b, (Object) c0924Rr.b) && C14957gcv.b((Object) this.e, (Object) c0924Rr.e) && C14957gcv.b((Object) this.c, (Object) c0924Rr.c) && C14957gcv.b((Object) this.a, (Object) c0924Rr.a) && C14957gcv.b(this.f, c0924Rr.f);
|
|
}
|
|
}
|