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

48 lines
1.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C6476cU {
@SerializedName("baseStaticURL")
public final String a;
@SerializedName("baseURL")
public final String b;
@SerializedName("deviceId")
public final String c;
@SerializedName("deviceModel")
public final String d;
@SerializedName("baseAssetsURL")
public final String e;
@SerializedName("isWireMock")
public final boolean f;
@SerializedName("environment")
public final int g;
@SerializedName("phoneNumber")
public final String h;
@SerializedName("isRoot")
public final boolean j;
public C6476cU(String str, String str2, String str3, int i, boolean z, String str4, String str5, String str6, boolean z2) {
this.c = str;
this.d = str2;
this.h = str3;
this.g = i;
this.j = z;
this.b = str4;
this.e = str5;
this.a = str6;
this.f = z2;
}
}