package com.ifpdos.udi.sdk.service.doc.mkdocs;

import d.b.a.a.a;
import g.h0.c.l;
import g.i;

/* JADX INFO: compiled from: DocRenderer.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public final class AlsoWrapper {
    private final String see;

    public AlsoWrapper(String str) {
        l.f(str, "see");
        this.see = str;
    }

    public static /* synthetic */ AlsoWrapper copy$default(AlsoWrapper alsoWrapper, String str, int i2, Object obj) {
        if ((i2 & 1) != 0) {
            str = alsoWrapper.see;
        }
        return alsoWrapper.copy(str);
    }

    public final String component1() {
        return this.see;
    }

    public final AlsoWrapper copy(String str) {
        l.f(str, "see");
        return new AlsoWrapper(str);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof AlsoWrapper) && l.a(this.see, ((AlsoWrapper) obj).see);
    }

    public final String getSee() {
        return this.see;
    }

    public int hashCode() {
        return this.see.hashCode();
    }

    public String toString() {
        return a.u(a.B("AlsoWrapper(see="), this.see, ')');
    }
}
