package com.android.billingclient.api; import com.google.android.gms.ads.RequestConfiguration; import com.google.android.gms.internal.play_billing.zzb; /* loaded from: classes.dex */ public final class d { /* renamed from: a, reason: collision with root package name */ private int f3964a; /* renamed from: b, reason: collision with root package name */ private String f3965b; public static class a { /* renamed from: a, reason: collision with root package name */ private int f3966a; /* renamed from: b, reason: collision with root package name */ private String f3967b = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; /* synthetic */ a(n1.y yVar) { } public d a() { d dVar = new d(); dVar.f3964a = this.f3966a; dVar.f3965b = this.f3967b; return dVar; } public a b(String str) { this.f3967b = str; return this; } public a c(int i10) { this.f3966a = i10; return this; } } public static a c() { return new a(null); } public String a() { return this.f3965b; } public int b() { return this.f3964a; } public String toString() { return "Response Code: " + zzb.zzh(this.f3964a) + ", Debug Message: " + this.f3965b; } }