package p2; import java.util.List; /* loaded from: classes.dex */ final class d extends j { /* renamed from: a, reason: collision with root package name */ private final List f13020a; d(List list) { if (list == null) { throw new NullPointerException("Null logRequests"); } this.f13020a = list; } @Override // p2.j public List c() { return this.f13020a; } public boolean equals(Object obj) { if (obj == this) { return true; } if (obj instanceof j) { return this.f13020a.equals(((j) obj).c()); } return false; } public int hashCode() { return this.f13020a.hashCode() ^ 1000003; } public String toString() { return "BatchedLogRequest{logRequests=" + this.f13020a + "}"; } }