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

import java.util.Objects;
import p138.p377.p378.p379.p380.C6432;
import p138.p377.p378.p379.p388.AbstractC6461;

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

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

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public AbstractC6461.C6462 f19130;

    @Override // p138.p377.p378.p379.p384.p387.C6458
    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C6457)) {
            return false;
        }
        C6457 c6457 = (C6457) obj;
        return super.equals(obj) && this.f19129 == c6457.f19129 && Objects.equals(this.f19130, c6457.f19130);
    }

    @Override // p138.p377.p378.p379.p384.p387.C6458
    public int hashCode() {
        return Objects.hash(Integer.valueOf(this.f19129), this.f19130) + (super.hashCode() * 31);
    }

    public String toString() {
        return String.format("SHARE_INFO_1{shi1_netname: %s, shi1_type: %d, shi1_remark: %s}", this.f19131, Integer.valueOf(this.f19129), this.f19130);
    }

    @Override // p138.p377.p378.p379.p384.p387.C6458, p138.p377.p378.p379.p380.p381.InterfaceC6435
    /* JADX INFO: renamed from: ֏ */
    public void mo9659(C6432 c6432) {
        super.mo9659(c6432);
        this.f19129 = (int) c6432.m9658();
        if (c6432.m9656() != 0) {
            this.f19130 = new AbstractC6461.C6462();
        } else {
            this.f19130 = null;
        }
    }

    @Override // p138.p377.p378.p379.p384.p387.C6458, p138.p377.p378.p379.p380.p381.InterfaceC6435
    /* JADX INFO: renamed from: ؠ */
    public void mo9660(C6432 c6432) {
        AbstractC6461.C6462 c6462 = this.f19131;
        if (c6462 != null) {
            c6432.m9653(c6462);
        }
        AbstractC6461.C6462 c64622 = this.f19130;
        if (c64622 != null) {
            c6432.m9653(c64622);
        }
    }
}
