package G0;

/* JADX INFO: loaded from: classes.dex */
public final class J0 implements I0 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f1882b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final C0272q f1883c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final C0272q f1884d;

    public J0(String str) {
        this.f1882b = str;
        this.f1883c = new C0272q(str);
        this.f1884d = new C0272q(str.concat(" maximum"));
    }

    public final String toString() {
        return this.f1882b;
    }
}
