package n4;

/* JADX INFO: loaded from: classes.dex */
public final class T extends x0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f15284a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f15285b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f15286c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f15287d;

    public T(long j8, long j9, String str, String str2) {
        this.f15284a = j8;
        this.f15285b = j9;
        this.f15286c = str;
        this.f15287d = str2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof x0) {
            x0 x0Var = (x0) obj;
            if (this.f15284a == ((T) x0Var).f15284a) {
                T t6 = (T) x0Var;
                if (this.f15285b == t6.f15285b && this.f15286c.equals(t6.f15286c)) {
                    String str = t6.f15287d;
                    String str2 = this.f15287d;
                    if (str2 != null ? str2.equals(str) : str == null) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f15284a;
        long j9 = this.f15285b;
        int iHashCode = (((((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ this.f15286c.hashCode()) * 1000003;
        String str = this.f15287d;
        return iHashCode ^ (str == null ? 0 : str.hashCode());
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BinaryImage{baseAddress=");
        sb.append(this.f15284a);
        sb.append(", size=");
        sb.append(this.f15285b);
        sb.append(", name=");
        sb.append(this.f15286c);
        sb.append(", uuid=");
        return I1.a.r(sb, this.f15287d, "}");
    }
}
