正在查看: Online Loans v421.2.42 应用的 C0867a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Online Loans v421.2.42 应用的 C0867a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package S2;
import android.app.PendingIntent;
import java.util.Map;
public class C0867a {
public final String f6497a;
public final int f6498b;
public final int f6499c;
public final int f6500d;
public final Integer f6501e;
public final int f6502f;
public final long f6503g;
public final long f6504h;
public final long f6505i;
public final long f6506j;
public final PendingIntent f6507k;
public final PendingIntent f6508l;
public final PendingIntent f6509m;
public final PendingIntent f6510n;
public final Map f6511o;
public boolean f6512p = false;
public C0867a(String str, int i8, int i9, int i10, Integer num, int i11, long j8, long j9, long j10, long j11, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
this.f6497a = str;
this.f6498b = i8;
this.f6499c = i9;
this.f6500d = i10;
this.f6501e = num;
this.f6502f = i11;
this.f6503g = j8;
this.f6504h = j9;
this.f6505i = j10;
this.f6506j = j11;
this.f6507k = pendingIntent;
this.f6508l = pendingIntent2;
this.f6509m = pendingIntent3;
this.f6510n = pendingIntent4;
this.f6511o = map;
}
public static C0867a j(String str, int i8, int i9, int i10, Integer num, int i11, long j8, long j9, long j10, long j11, PendingIntent pendingIntent, PendingIntent pendingIntent2, PendingIntent pendingIntent3, PendingIntent pendingIntent4, Map map) {
return new C0867a(str, i8, i9, i10, num, i11, j8, j9, j10, j11, pendingIntent, pendingIntent2, pendingIntent3, pendingIntent4, map);
}
public int a() {
return this.f6498b;
}
public Integer b() {
return this.f6501e;
}
public int c() {
return this.f6500d;
}
public boolean d(int i8) {
return i(AbstractC0870d.c(i8)) != null;
}
public boolean e(AbstractC0870d abstractC0870d) {
return i(abstractC0870d) != null;
}
public String f() {
return this.f6497a;
}
public int g() {
return this.f6499c;
}
public int h() {
return this.f6502f;
}
public final PendingIntent i(AbstractC0870d abstractC0870d) {
if (abstractC0870d.b() == 0) {
PendingIntent pendingIntent = this.f6508l;
if (pendingIntent != null) {
return pendingIntent;
}
if (m(abstractC0870d)) {
return this.f6510n;
}
return null;
}
if (abstractC0870d.b() == 1) {
PendingIntent pendingIntent2 = this.f6507k;
if (pendingIntent2 != null) {
return pendingIntent2;
}
if (m(abstractC0870d)) {
return this.f6509m;
}
}
return null;
}
public final void k() {
this.f6512p = true;
}
public final boolean l() {
return this.f6512p;
}
public final boolean m(AbstractC0870d abstractC0870d) {
return abstractC0870d.a() && this.f6505i <= this.f6506j;
}
}