package defpackage;

/* JADX INFO: renamed from: ᵶᵔ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4825 extends AbstractC1368 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f18398;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f18399;

    public C4825(String str, String str2) {
        this.f18399 = str;
        this.f18398 = str2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC1368)) {
            return false;
        }
        C4825 c4825 = (C4825) ((AbstractC1368) obj);
        return this.f18399.equals(c4825.f18399) && this.f18398.equals(c4825.f18398);
    }

    public final int hashCode() {
        return this.f18398.hashCode() ^ ((this.f18399.hashCode() ^ 1000003) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CustomAttribute{key=");
        sb.append(this.f18399);
        sb.append(", value=");
        return AbstractC3653.m8231(sb, this.f18398, "}");
    }
}
