what-the-bank/sources/o/MmQ.java

108 lines
3.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class MmQ {
@SerializedName("accountFrom")
public final C16333nYy a;
@SerializedName("subdeposit")
public final List<SRK> b;
@SerializedName("accountTo")
public final C16333nYy c;
@SerializedName("netAmount")
public final String d;
@SerializedName("annotation")
public final C15387gp<String> e;
@SerializedName("totalTax")
public final String f;
@SerializedName("totalFee")
public final String g;
@SerializedName("totalInterest")
public final String h;
@SerializedName("totalAmount")
public final String i;
@SerializedName("transactionToken")
public final String j;
public final String toString() {
String str = this.d;
String str2 = this.i;
String str3 = this.h;
String str4 = this.f;
String str5 = this.g;
C16333nYy c16333nYy = this.a;
C16333nYy c16333nYy2 = this.c;
List<SRK> list = this.b;
C15387gp<String> c15387gp = this.e;
String str6 = this.j;
StringBuilder sb = new StringBuilder("FixedTransferVerificationEntity(netAmount=");
sb.append(str);
sb.append(", totalAmount=");
sb.append(str2);
sb.append(", totalInterest=");
sb.append(str3);
sb.append(", totalTax=");
sb.append(str4);
sb.append(", totalFee=");
sb.append(str5);
sb.append(", accountFrom=");
sb.append(c16333nYy);
sb.append(", accountTo=");
sb.append(c16333nYy2);
sb.append(", subdeposit=");
sb.append(list);
sb.append(", annotation=");
sb.append(c15387gp);
sb.append(", transactionToken=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
C16333nYy c16333nYy = this.a;
int hashCode6 = c16333nYy == null ? 0 : c16333nYy.hashCode();
C16333nYy c16333nYy2 = this.c;
int hashCode7 = c16333nYy2 == null ? 0 : c16333nYy2.hashCode();
List<SRK> list = this.b;
int hashCode8 = list == null ? 0 : list.hashCode();
C15387gp<String> c15387gp = this.e;
int hashCode9 = c15387gp == null ? 0 : c15387gp.hashCode();
String str6 = this.j;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MmQ)) {
return false;
}
MmQ mmQ = (MmQ) obj;
return C14957gcv.b((Object) this.d, (Object) mmQ.d) && C14957gcv.b((Object) this.i, (Object) mmQ.i) && C14957gcv.b((Object) this.h, (Object) mmQ.h) && C14957gcv.b((Object) this.f, (Object) mmQ.f) && C14957gcv.b((Object) this.g, (Object) mmQ.g) && C14957gcv.b(this.a, mmQ.a) && C14957gcv.b(this.c, mmQ.c) && C14957gcv.b(this.b, mmQ.b) && C14957gcv.b(this.e, mmQ.e) && C14957gcv.b((Object) this.j, (Object) mmQ.j);
}
}