110 lines
3.5 KiB
Java
110 lines
3.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class rTB {
|
|
|
|
@SerializedName("currAmount")
|
|
private final Double a;
|
|
|
|
@SerializedName("totalFee")
|
|
public Double b;
|
|
|
|
@SerializedName("totalVat")
|
|
public Double c;
|
|
|
|
@SerializedName("installmentType")
|
|
private String d;
|
|
|
|
@SerializedName("instPaymentInfo")
|
|
private final C0572Jsl e;
|
|
|
|
@SerializedName("toAccountNumber")
|
|
private final String g;
|
|
|
|
@SerializedName("loanId")
|
|
private final String i;
|
|
|
|
@SerializedName("tranType")
|
|
private final gnT j;
|
|
|
|
private rTB(gnT gnt, String str, Double d, String str2, C0572Jsl c0572Jsl, String str3) {
|
|
this.j = gnt;
|
|
this.g = str;
|
|
this.a = d;
|
|
this.i = str2;
|
|
this.e = c0572Jsl;
|
|
this.b = null;
|
|
this.c = null;
|
|
this.d = str3;
|
|
}
|
|
|
|
public /* synthetic */ rTB(gnT gnt, String str, Double d, String str2, C0572Jsl c0572Jsl, String str3, int i) {
|
|
this((i & 1) != 0 ? null : gnt, (i & 2) != 0 ? null : str, (i & 4) != 0 ? null : d, (i & 8) != 0 ? null : str2, (i & 16) != 0 ? null : c0572Jsl, (i & 128) != 0 ? null : str3);
|
|
}
|
|
|
|
public final String toString() {
|
|
gnT gnt = this.j;
|
|
String str = this.g;
|
|
Double d = this.a;
|
|
String str2 = this.i;
|
|
C0572Jsl c0572Jsl = this.e;
|
|
Double d2 = this.b;
|
|
Double d3 = this.c;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("TransferTokenInfo(tranType=");
|
|
sb.append(gnt);
|
|
sb.append(", toAccountNumber=");
|
|
sb.append(str);
|
|
sb.append(", currAmount=");
|
|
sb.append(d);
|
|
sb.append(", loanId=");
|
|
sb.append(str2);
|
|
sb.append(", instPaymentInfo=");
|
|
sb.append(c0572Jsl);
|
|
sb.append(", totalFee=");
|
|
sb.append(d2);
|
|
sb.append(", totalVat=");
|
|
sb.append(d3);
|
|
sb.append(", installmentType=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
gnT gnt = this.j;
|
|
int hashCode = gnt == null ? 0 : gnt.hashCode();
|
|
String str = this.g;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
Double d = this.a;
|
|
int hashCode3 = d == null ? 0 : d.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
C0572Jsl c0572Jsl = this.e;
|
|
int hashCode5 = c0572Jsl == null ? 0 : c0572Jsl.hashCode();
|
|
Double d2 = this.b;
|
|
int hashCode6 = d2 == null ? 0 : d2.hashCode();
|
|
Double d3 = this.c;
|
|
int hashCode7 = d3 == null ? 0 : d3.hashCode();
|
|
String str3 = this.d;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof rTB)) {
|
|
return false;
|
|
}
|
|
rTB rtb = (rTB) obj;
|
|
return this.j == rtb.j && C14957gcv.b((Object) this.g, (Object) rtb.g) && C14957gcv.b(this.a, rtb.a) && C14957gcv.b((Object) this.i, (Object) rtb.i) && C14957gcv.b(this.e, rtb.e) && C14957gcv.b(this.b, rtb.b) && C14957gcv.b(this.c, rtb.c) && C14957gcv.b((Object) this.d, (Object) rtb.d);
|
|
}
|
|
|
|
public rTB() {
|
|
this(null, null, null, null, null, null, 255);
|
|
}
|
|
}
|