package p138.p377.p378.p379.p384.p385;

import java.util.Objects;

/* JADX INFO: renamed from: ދ.ރ.֏.֏.ކ.ؠ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C6446 extends AbstractC6447 {

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f19063;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f19064;

    public C6446(String str, int i, String str2) {
        super(str);
        this.f19063 = i;
        this.f19064 = str2;
    }

    @Override // p138.p377.p378.p379.p384.p385.AbstractC6447
    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        boolean z = obj instanceof C6446;
        if (!z) {
            return false;
        }
        C6446 c6446 = (C6446) obj;
        return (this == obj ? true : !z ? false : super.equals(obj)) && this.f19063 == c6446.f19063 && Objects.equals(this.f19064, c6446.f19064);
    }

    @Override // p138.p377.p378.p379.p384.p385.AbstractC6447
    public int hashCode() {
        return Objects.hash(Integer.valueOf(this.f19063), this.f19064) + (super.hashCode() * 31);
    }

    public String toString() {
        return String.format("NetShareInfo1{netName: %s, type: %d, remark: %s}", m9665(this.f19065), Integer.valueOf(this.f19063), m9665(this.f19064));
    }
}
