77 lines
2.6 KiB
Java
77 lines
2.6 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class WnJ {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final SeR i;
|
|
|
|
public WnJ(String str, String str2, String str3, String str4, SeR seR, String str5, String str6) {
|
|
this.a = str;
|
|
this.e = str2;
|
|
this.f = str3;
|
|
this.c = str4;
|
|
this.i = seR;
|
|
this.d = str5;
|
|
this.b = str6;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.e;
|
|
String str3 = this.f;
|
|
String str4 = this.c;
|
|
SeR seR = this.i;
|
|
String str5 = this.d;
|
|
String str6 = this.b;
|
|
StringBuilder sb = new StringBuilder("PortfolioDetails(disclaimer=");
|
|
sb.append(str);
|
|
sb.append(", disclaimerDate=");
|
|
sb.append(str2);
|
|
sb.append(", symbolList=");
|
|
sb.append(str3);
|
|
sb.append(", cashBalanceDisclaimer=");
|
|
sb.append(str4);
|
|
sb.append(", securitiesAccountDetails=");
|
|
sb.append(seR);
|
|
sb.append(", cardId=");
|
|
sb.append(str5);
|
|
sb.append(", billerAccountNo=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.f;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
SeR seR = this.i;
|
|
int hashCode5 = seR == null ? 0 : seR.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.b;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof WnJ)) {
|
|
return false;
|
|
}
|
|
WnJ wnJ = (WnJ) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) wnJ.a) && C14957gcv.b((Object) this.e, (Object) wnJ.e) && C14957gcv.b((Object) this.f, (Object) wnJ.f) && C14957gcv.b((Object) this.c, (Object) wnJ.c) && C14957gcv.b(this.i, wnJ.i) && C14957gcv.b((Object) this.d, (Object) wnJ.d) && C14957gcv.b((Object) this.b, (Object) wnJ.b);
|
|
}
|
|
}
|