package com.mbridge.msdk.foundation.b; import com.mbridge.msdk.foundation.entity.CampaignEx; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; /* loaded from: classes4.dex */ public final class c { public static int a = 1; public static int b = 0; public static int c = 3; public static int d = 2; public static int e = 4; private CopyOnWriteArrayList f; private String g; private int h = 21; private int i = b; private ArrayList j = new ArrayList<>(); private List k = new ArrayList(); private List l = new ArrayList(); private List m = new ArrayList(); public final CopyOnWriteArrayList a() { return this.f; } public final void a(int i) { this.i = i; } public final void a(CopyOnWriteArrayList copyOnWriteArrayList) { this.f = copyOnWriteArrayList; } public final String b() { return this.g; } public final void d(String str) { this.g = str; } public final int g() { return this.i; } public final String c() { ArrayList arrayList = this.j; return arrayList == null ? "" : arrayList.toString(); } public final String d() { List list = this.k; return list == null ? "" : list.toString(); } public final String e() { List list = this.l; return list == null ? "" : list.toString(); } public final String f() { List list = this.m; return list == null ? "" : list.toString(); } public final void a(String str) { try { ArrayList arrayList = this.j; if (arrayList != null) { arrayList.add(str); } } catch (Exception e2) { e2.printStackTrace(); } } public final void b(String str) { try { List list = this.k; if (list != null) { list.add(str); } } catch (Exception e2) { e2.printStackTrace(); } } public final void c(String str) { try { List list = this.l; if (list != null) { list.add(str); } } catch (Exception e2) { e2.printStackTrace(); } } }