Pixel Fusion v1.0.3版本的 MD5 值为:e0cc7f5615caec50798ef549b679d557

以下内容为反编译后的 ob.java 源代码,内容仅作参考


package com.chartboost.sdk.impl;

import androidx.room.util.BbdcDCacCa;
import androidx.view.BcCcABbc;
import java.util.List;
import kotlin.jvm.internal.CaDaAc;
import kotlin.jvm.internal.DcBba;

public final class ob {

    public final boolean f35129a;
    public final List b;
    public final String c;
    public final int d;
    public final int e;
    public final boolean f;
    public final int g;

    public ob(boolean z, List blackList, String endpoint, int i, int i2, boolean z2, int i3) {
        DcBba.daAbdddd(blackList, "blackList");
        DcBba.daAbdddd(endpoint, "endpoint");
        this.f35129a = z;
        this.b = blackList;
        this.c = endpoint;
        this.d = i;
        this.e = i2;
        this.f = z2;
        this.g = i3;
    }

    public final List a() {
        return this.b;
    }

    public final String b() {
        return this.c;
    }

    public final int c() {
        return this.d;
    }

    public final boolean d() {
        return this.f;
    }

    public final int e() {
        return this.g;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ob)) {
            return false;
        }
        ob obVar = (ob) obj;
        if (this.f35129a == obVar.f35129a && DcBba.dDbCdDC(this.b, obVar.b) && DcBba.dDbCdDC(this.c, obVar.c) && this.d == obVar.d && this.e == obVar.e && this.f == obVar.f && this.g == obVar.g) {
            return true;
        }
        return false;
    }

    public final int f() {
        return this.e;
    }

    public final boolean g() {
        return this.f35129a;
    }

    public int hashCode() {
        boolean z = this.f35129a;
        int i = 1;
        ?? r0 = z;
        if (z) {
            r0 = 1;
        }
        int BbdcDCacCa2 = (((BbdcDCacCa.BbdcDCacCa(this.c, (this.b.hashCode() + (r0 * 31)) * 31, 31) + this.d) * 31) + this.e) * 31;
        boolean z2 = this.f;
        if (!z2) {
            i = z2 ? 1 : 0;
        }
        return ((BbdcDCacCa2 + i) * 31) + this.g;
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("TrackingConfig(isEnabled=");
        sb.append(this.f35129a);
        sb.append(", blackList=");
        sb.append(this.b);
        sb.append(", endpoint=");
        sb.append(this.c);
        sb.append(", eventLimit=");
        sb.append(this.d);
        sb.append(", windowDuration=");
        sb.append(this.e);
        sb.append(", persistenceEnabled=");
        sb.append(this.f);
        sb.append(", persistenceMaxEvents=");
        return BcCcABbc.BbdcDCacCa(sb, this.g, ')');
    }

    public ob(boolean z, List list, String str, int i, int i2, boolean z2, int i3, int i4, CaDaAc caDaAc) {
        this((i4 & 1) != 0 ? false : z, (i4 & 2) != 0 ? pb.a() : list, (i4 & 4) != 0 ? "https://ssp-events.chartboost.com/track/sdk" : str, (i4 & 8) != 0 ? 10 : i, (i4 & 16) != 0 ? 60 : i2, (i4 & 32) != 0 ? true : z2, (i4 & 64) != 0 ? 100 : i3);
    }
}