67 lines
2.1 KiB
Java
67 lines
2.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.cOA, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6275cOA {
|
|
public final List<fQW> a;
|
|
public final String b;
|
|
public final String c;
|
|
public final double d;
|
|
public final String e;
|
|
public final String j;
|
|
|
|
public C6275cOA(String str, String str2, String str3, double d, List<fQW> list, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str4, "");
|
|
this.j = str;
|
|
this.b = str2;
|
|
this.e = str3;
|
|
this.d = d;
|
|
this.a = list;
|
|
this.c = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.b;
|
|
String str3 = this.e;
|
|
double d = this.d;
|
|
List<fQW> list = this.a;
|
|
String str4 = this.c;
|
|
StringBuilder sb = new StringBuilder("IdpSharingTransfer(tokenId=");
|
|
sb.append(str);
|
|
sb.append(", accountFromNo=");
|
|
sb.append(str2);
|
|
sb.append(", accountFromName=");
|
|
sb.append(str3);
|
|
sb.append(", fee=");
|
|
sb.append(d);
|
|
sb.append(", billerNotes=");
|
|
sb.append(list);
|
|
sb.append(", remark=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.j.hashCode() * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + Double.hashCode(this.d)) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C6275cOA)) {
|
|
return false;
|
|
}
|
|
C6275cOA c6275cOA = (C6275cOA) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) c6275cOA.j) && C14957gcv.b((Object) this.b, (Object) c6275cOA.b) && C14957gcv.b((Object) this.e, (Object) c6275cOA.e) && Double.compare(this.d, c6275cOA.d) == 0 && C14957gcv.b(this.a, c6275cOA.a) && C14957gcv.b((Object) this.c, (Object) c6275cOA.c);
|
|
}
|
|
}
|