package i0; import okhttp3.Response; import okhttp3.ResponseBody; /* compiled from: Response */ public final class x { public final Response a; public final T b; /* renamed from: c reason: collision with root package name */ public final ResponseBody f2830c; public x(Response response, T t, ResponseBody responseBody) { this.a = response; this.b = t; this.f2830c = responseBody; } public static x b(T t, Response response) { if (response.b()) { return new x<>(response, t, null); } throw new IllegalArgumentException("rawResponse must be successful response"); } public boolean a() { return this.a.b(); } public String toString() { return this.a.toString(); } }