导航菜单

页面标题

页面副标题

Online Loans v421.2.42 - C0736a.java 源代码

正在查看: Online Loans v421.2.42 应用的 C0736a.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package S2;

import android.app.PendingIntent;
import java.util.Map;

public class C0736a {

    public final String f5402a;

    public final int f5403b;

    public final int f5404c;

    public final int f5405d;

    public final Integer f5406e;

    public final int f5407f;

    public final long f5408g;

    public final long f5409h;

    public final long f5410i;

    public final long f5411j;

    public final PendingIntent f5412k;

    public final PendingIntent f5413l;

    public final PendingIntent f5414m;

    public final PendingIntent f5415n;

    public final Map f5416o;

    public boolean f5417p = false;

    public C0736a(String str, int i6, int i7, int i8, Integer num, int i9, long j6, long j7, long j8, long j9, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        this.f5402a = str;
        this.f5403b = i6;
        this.f5404c = i7;
        this.f5405d = i8;
        this.f5406e = num;
        this.f5407f = i9;
        this.f5408g = j6;
        this.f5409h = j7;
        this.f5410i = j8;
        this.f5411j = j9;
        this.f5412k = pendingIntent;
        this.f5413l = pendingIntent2;
        this.f5414m = pendingIntent3;
        this.f5415n = pendingIntent4;
        this.f5416o = map;
    }

    public static C0736a j(String str, int i6, int i7, int i8, Integer num, int i9, long j6, long j7, long j8, long j9, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
        return new C0736a(str, i6, i7, i8, num, i9, j6, j7, j8, j9, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
    }

    public int a() {
        return this.f5403b;
    }

    public Integer b() {
        return this.f5406e;
    }

    public int c() {
        return this.f5405d;
    }

    public boolean d(int i6) {
        return i(AbstractC0739d.c(i6)) != null;
    }

    public boolean e(AbstractC0739d abstractC0739d) {
        return i(abstractC0739d) != null;
    }

    public String f() {
        return this.f5402a;
    }

    public int g() {
        return this.f5404c;
    }

    public int h() {
        return this.f5407f;
    }

    public final PendingIntent i(AbstractC0739d abstractC0739d) {
        if (abstractC0739d.b() == 0) {
            PendingIntent pendingIntent = this.f5413l;
            if (pendingIntent != null) {
                return pendingIntent;
            }
            if (m(abstractC0739d)) {
                return this.f5415n;
            }
            return null;
        }
        if (abstractC0739d.b() == 1) {
            PendingIntent pendingIntent2 = this.f5412k;
            if (pendingIntent2 != null) {
                return pendingIntent2;
            }
            if (m(abstractC0739d)) {
                return this.f5414m;
            }
        }
        return null;
    }

    public final void k() {
        this.f5417p = true;
    }

    public final boolean l() {
        return this.f5417p;
    }

    public final boolean m(AbstractC0739d abstractC0739d) {
        return abstractC0739d.a() && this.f5410i <= this.f5411j;
    }
}