小红书.apk(点击下载) / k.java


package retrofit2;

import java.lang.reflect.Method;
import java.util.Collections;
import java.util.List;

/* compiled from: Invocation */
public final class k {

    /* renamed from: a  reason: collision with root package name */
    public final Method f125871a;

    /* renamed from: b  reason: collision with root package name */
    public final List<?> f125872b;

    public k(Method method, List<?> list) {
        this.f125871a = method;
        this.f125872b = Collections.unmodifiableList(list);
    }

    public Method a() {
        return this.f125871a;
    }

    public String toString() {
        return String.format("%s.%s() %s", this.f125871a.getDeclaringClass().getName(), this.f125871a.getName(), this.f125872b);
    }
}