package p037.p123.p124.p133;

/* JADX INFO: renamed from: މ.ޗ.ޘ.ޏ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2657 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public String f8300;

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

    public C2657(String str, long j) {
        this.f8300 = str;
        this.f8301 = Long.valueOf(j);
    }

    public C2657(String str, boolean z) {
        long j = z ? 1L : 0L;
        this.f8300 = str;
        this.f8301 = Long.valueOf(j);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2657)) {
            return false;
        }
        C2657 c2657 = (C2657) obj;
        if (!this.f8300.equals(c2657.f8300)) {
            return false;
        }
        Long l = this.f8301;
        Long l2 = c2657.f8301;
        return l != null ? l.equals(l2) : l2 == null;
    }

    public int hashCode() {
        int iHashCode = this.f8300.hashCode() * 31;
        Long l = this.f8301;
        return iHashCode + (l != null ? l.hashCode() : 0);
    }
}
