Ice Scream Tycoon v1.0.4版本的 MD5 值为:f589390679eebf9f2a1d825e8c8a632e

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


package com.ironsource.mediationsdk.utils;

import java.util.Arrays;

public final class j {

    public boolean f4907a;
    public String b;
    public boolean c;
    public int[] d;
    public int[] e;

    public j() {
        this(false, null, false, null, null, 31);
    }

    private j(boolean z, String str, boolean z2, int[] iArr, int[] iArr2) {
        kotlin.f.b.n.b(str, "pixelEventsUrl");
        this.f4907a = z;
        this.b = str;
        this.c = z2;
        this.d = iArr;
        this.e = iArr2;
    }

    private j(boolean z, String str, boolean z2, int[] iArr, int[] iArr2, int i) {
        this(true, "https://outcome-ssp.supersonicads.com/mediation?adUnit=3", false, null, null);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return this.f4907a == jVar.f4907a && kotlin.f.b.n.a((Object) this.b, (Object) jVar.b) && this.c == jVar.c && kotlin.f.b.n.a(this.d, jVar.d) && kotlin.f.b.n.a(this.e, jVar.e);
    }

    public final int hashCode() {
        boolean z = this.f4907a;
        ?? r0 = z;
        if (z) {
            r0 = 1;
        }
        int i = r0 * 31;
        String str = this.b;
        int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
        boolean z2 = this.c;
        int i2 = (hashCode + (z2 ? 1 : z2 ? 1 : 0)) * 31;
        int[] iArr = this.d;
        int hashCode2 = (i2 + (iArr != null ? Arrays.hashCode(iArr) : 0)) * 31;
        int[] iArr2 = this.e;
        return hashCode2 + (iArr2 != null ? Arrays.hashCode(iArr2) : 0);
    }

    public final String toString() {
        return "PixelSettings(pixelEventsEnabled=" + this.f4907a + ", pixelEventsUrl=" + this.b + ", pixelEventsCompression=" + this.c + ", pixelOptOut=" + Arrays.toString(this.d) + ", pixelOptIn=" + Arrays.toString(this.e) + ")";
    }
}