package com.ironsource;

import java.util.ArrayList;
import kotlinx.serialization.json.internal.AbstractJsonLexerKt;
/* loaded from: classes4.dex */
public interface te {

    /* loaded from: classes4.dex */
    public static class a {

        /* renamed from: a  reason: collision with root package name */
        private final ArrayList<ob> f3101a;
        private boolean b;
        private int c;
        private Exception d;

        public a(ArrayList<ob> arrayList) {
            this.b = false;
            this.c = -1;
            this.f3101a = arrayList;
        }

        a(ArrayList<ob> arrayList, int i, boolean z, Exception exc) {
            this.f3101a = arrayList;
            this.b = z;
            this.d = exc;
            this.c = i;
        }

        public a a(int i) {
            return new a(this.f3101a, i, this.b, this.d);
        }

        public a a(Exception exc) {
            return new a(this.f3101a, this.c, this.b, exc);
        }

        public a a(boolean z) {
            return new a(this.f3101a, this.c, z, this.d);
        }

        public String a() {
            return !this.b ? "rc=" + this.c + ", ex=" + this.d : "";
        }

        public ArrayList<ob> b() {
            return this.f3101a;
        }

        public boolean c() {
            return this.b;
        }

        public String toString() {
            return "EventSendResult{success=" + this.b + ", responseCode=" + this.c + ", exception=" + this.d + AbstractJsonLexerKt.END_OBJ;
        }
    }

    void a(a aVar);
}
