package U4;

/* JADX INFO: loaded from: classes.dex */
public final class h {

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final Long f6748e;

    public h(Boolean bool, Double d8, Integer num, Integer num2, Long l8) {
        this.f6744a = bool;
        this.f6745b = d8;
        this.f6746c = num;
        this.f6747d = num2;
        this.f6748e = l8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return P6.g.a(this.f6744a, hVar.f6744a) && P6.g.a(this.f6745b, hVar.f6745b) && P6.g.a(this.f6746c, hVar.f6746c) && P6.g.a(this.f6747d, hVar.f6747d) && P6.g.a(this.f6748e, hVar.f6748e);
    }

    public final int hashCode() {
        Boolean bool = this.f6744a;
        int iHashCode = (bool == null ? 0 : bool.hashCode()) * 31;
        Double d8 = this.f6745b;
        int iHashCode2 = (iHashCode + (d8 == null ? 0 : d8.hashCode())) * 31;
        Integer num = this.f6746c;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f6747d;
        int iHashCode4 = (iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Long l8 = this.f6748e;
        return iHashCode4 + (l8 != null ? l8.hashCode() : 0);
    }

    public final String toString() {
        return "SessionConfigs(sessionEnabled=" + this.f6744a + ", sessionSamplingRate=" + this.f6745b + ", sessionRestartTimeout=" + this.f6746c + ", cacheDuration=" + this.f6747d + ", cacheUpdatedTime=" + this.f6748e + ')';
    }
}
