package defpackage;

import defpackage.am1;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
final class a30 extends am1.a {
    public final int a;
    public final String b;
    public final int c;
    public final int d;
    public final long e;
    public final long f;
    public final long g;
    public final String h;
    public final List i;

    public static final class b extends am1.a.b {
        public int a;
        public String b;
        public int c;
        public int d;
        public long e;
        public long f;
        public long g;
        public String h;
        public List i;
        public byte j;

        @Override // am1.a.b
        public final am1.a a() {
            String str;
            if (this.j == 63 && (str = this.b) != null) {
                return new a30(this.a, str, this.c, this.d, this.e, this.f, this.g, this.h, this.i);
            }
            StringBuilder sb = new StringBuilder();
            if ((this.j & 1) == 0) {
                sb.append(" pid");
            }
            if (this.b == null) {
                sb.append(" processName");
            }
            if ((this.j & 2) == 0) {
                sb.append(" reasonCode");
            }
            if ((this.j & 4) == 0) {
                sb.append(" importance");
            }
            if ((this.j & 8) == 0) {
                sb.append(" pss");
            }
            if ((this.j & 16) == 0) {
                sb.append(" rss");
            }
            if ((this.j & 32) == 0) {
                sb.append(" timestamp");
            }
            throw new IllegalStateException(vw2.m("Missing required properties:", sb));
        }

        @Override // am1.a.b
        public final am1.a.b b(List list) {
            this.i = list;
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b c(int i) {
            this.d = i;
            this.j = (byte) (this.j | 4);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b d(int i) {
            this.a = i;
            this.j = (byte) (this.j | 1);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b e(String str) {
            if (str == null) {
                throw new NullPointerException("Null processName");
            }
            this.b = str;
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b f(long j) {
            this.e = j;
            this.j = (byte) (this.j | 8);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b g(int i) {
            this.c = i;
            this.j = (byte) (this.j | 2);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b h(long j) {
            this.f = j;
            this.j = (byte) (this.j | 16);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b i(long j) {
            this.g = j;
            this.j = (byte) (this.j | 32);
            return this;
        }

        @Override // am1.a.b
        public final am1.a.b j(String str) {
            this.h = str;
            return this;
        }
    }

    public a30(int i, String str, int i2, int i3, long j, long j2, long j3, String str2, List list) {
        this.a = i;
        this.b = str;
        this.c = i2;
        this.d = i3;
        this.e = j;
        this.f = j2;
        this.g = j3;
        this.h = str2;
        this.i = list;
    }

    @Override // am1.a
    public final List b() {
        return this.i;
    }

    @Override // am1.a
    public final int c() {
        return this.d;
    }

    @Override // am1.a
    public final int d() {
        return this.a;
    }

    @Override // am1.a
    public final String e() {
        return this.b;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof am1.a)) {
            return false;
        }
        am1.a aVar = (am1.a) obj;
        if (this.a != aVar.d() || !this.b.equals(aVar.e()) || this.c != aVar.g() || this.d != aVar.c() || this.e != aVar.f() || this.f != aVar.h() || this.g != aVar.i()) {
            return false;
        }
        String str = this.h;
        if (str == null) {
            if (aVar.j() != null) {
                return false;
            }
        } else if (!str.equals(aVar.j())) {
            return false;
        }
        List list = this.i;
        return list == null ? aVar.b() == null : list.equals(aVar.b());
    }

    @Override // am1.a
    public final long f() {
        return this.e;
    }

    @Override // am1.a
    public final int g() {
        return this.c;
    }

    @Override // am1.a
    public final long h() {
        return this.f;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.c) * 1000003) ^ this.d) * 1000003;
        long j = this.e;
        int i = (iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003;
        long j2 = this.f;
        int i2 = (i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003;
        long j3 = this.g;
        int i3 = (i2 ^ ((int) (j3 ^ (j3 >>> 32)))) * 1000003;
        String str = this.h;
        int iHashCode2 = (i3 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        List list = this.i;
        return iHashCode2 ^ (list != null ? list.hashCode() : 0);
    }

    @Override // am1.a
    public final long i() {
        return this.g;
    }

    @Override // am1.a
    public final String j() {
        return this.h;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ApplicationExitInfo{pid=");
        sb.append(this.a);
        sb.append(", processName=");
        sb.append(this.b);
        sb.append(", reasonCode=");
        sb.append(this.c);
        sb.append(", importance=");
        sb.append(this.d);
        sb.append(", pss=");
        sb.append(this.e);
        sb.append(", rss=");
        sb.append(this.f);
        sb.append(", timestamp=");
        sb.append(this.g);
        sb.append(", traceFile=");
        sb.append(this.h);
        sb.append(", buildIdMappingForArch=");
        return fi7.i(sb, this.i, "}");
    }
}
