Picsart v24.6版本的 MD5 值为:21a61631d94e54da68d2ad9268b8b9d9

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


package myobfuscated.q52;

import com.google.android.gms.measurement.api.AppMeasurementSdk;
import java.util.HashMap;
import java.util.Map;
import myobfuscated.pt.c;
public final class b {
    @c("enabled")
    private boolean a;
    @c(AppMeasurementSdk.ConditionalUserProperty.NAME)
    private String b;
    @c("offer_id")
    private String c;
    @c("thank_you_popup_id")
    private String d;
    @c("launch_after_session")
    private Integer e;
    @c("icon_url")
    private String f;
    @c("per_daily_limit")
    private Integer g;
    @c("per_session_limit")
    private Integer h;
    @c("show_after_actions")
    private Map<String, Integer> i;
    @c("use_logical_operator_and")
    private Boolean j;

    public b() {
        this.a = true;
        this.b = "default";
        this.c = "default";
        this.d = "subscription_thank_you";
        this.e = 0;
    }

    public b(int i) {
        this.a = true;
        this.b = "default";
        this.c = "default";
        this.d = "subscription_thank_you";
        this.e = 0;
        this.b = "two_touch";
        this.f = "https://cdn130.picsart.com/92083459158434369299.png";
    }

    public b(String str) {
        this.a = true;
        this.b = "default";
        this.c = "default";
        this.d = "subscription_thank_you";
        this.e = 0;
        this.b = str;
    }

    public final Integer a() {
        return this.e;
    }

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

    public final Integer c() {
        Integer num = this.g;
        if (num == null || num.intValue() == -1) {
            this.g = Integer.MAX_VALUE;
        }
        return this.g;
    }

    public final Integer d() {
        Integer num = this.h;
        if (num == null || num.intValue() == -1) {
            this.h = Integer.MAX_VALUE;
        }
        return this.h;
    }

    public final Boolean e() {
        if (this.j == null) {
            this.j = Boolean.FALSE;
        }
        return this.j;
    }

    public final Map<String, Integer> f() {
        if (this.i == null) {
            this.i = new HashMap();
        }
        return this.i;
    }

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