package com.ironsource; import java.util.ArrayList; import java.util.List; /* loaded from: classes2.dex */ public final class v4 { private List a = new ArrayList(); private List b = new ArrayList(); private List c = new ArrayList(); public final List a() { return this.c; } public final void a(List list) { this.c = list; } public final List b() { return this.b; } public final void b(List list) { this.b = list; } public final List c() { return this.a; } public final void c(List list) { this.a = list; } }