package com.bykv.vk.openvk.preload.a;

/* JADX INFO: loaded from: classes.dex */
public final class h {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    Class<? extends d> f5955a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private com.bykv.vk.openvk.preload.a.b.a f5956b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private Object[] f5957c;

    public static final class a {

        /* JADX INFO: renamed from: a, reason: collision with root package name */
        private Class<? extends d> f5958a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        private com.bykv.vk.openvk.preload.a.b.a f5959b;

        /* JADX INFO: renamed from: c, reason: collision with root package name */
        private Object[] f5960c;

        private a() {
        }

        public final a a(com.bykv.vk.openvk.preload.a.b.a aVar) {
            this.f5959b = aVar;
            return this;
        }

        public final a a(Object... objArr) {
            this.f5960c = objArr;
            return this;
        }

        public final h b() {
            return new h(this, (byte) 0);
        }

        public static a a() {
            return new a();
        }

        public final a a(Class<? extends d> cls) {
            if (cls == null) {
                throw new IllegalArgumentException("interceptor class == null");
            }
            this.f5958a = cls;
            return this;
        }
    }

    public /* synthetic */ h(a aVar, byte b10) {
        this(aVar);
    }

    public final com.bykv.vk.openvk.preload.a.b.a a() {
        return this.f5956b;
    }

    public final Object[] b() {
        return this.f5957c;
    }

    private h(a aVar) {
        this.f5955a = aVar.f5958a;
        this.f5956b = aVar.f5959b;
        this.f5957c = aVar.f5960c;
        if (this.f5955a == null) {
            throw new IllegalArgumentException("Interceptor class == null");
        }
    }
}
