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

38 lines
839 B
Java

package o;
/* loaded from: classes3.dex */
public final class qCP {
public double a;
public String b;
public double c;
public String d;
public String e;
public String f;
public double h;
public String i;
public /* synthetic */ qCP(byte b) {
this("", 0.0d, 0.0d, "", "", 0.0d, "", "");
}
public qCP(String str, double d, double d2, String str2, String str3, double d3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.b = str;
this.a = d;
this.c = d2;
this.e = str2;
this.d = str3;
this.h = d3;
this.i = str4;
this.f = str5;
}
public qCP() {
this((byte) 0);
}
}