Files
rr3-apk/decompiled/sources/com/ironsource/jq.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

47 lines
1.3 KiB
Java

package com.ironsource;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class jq {
private final cr a;
private final po b;
private final ro c;
private final n8 d;
private final xb e;
public jq(cr fullResponse) {
Intrinsics.checkNotNullParameter(fullResponse, "fullResponse");
this.a = fullResponse;
JSONObject optJSONObject = fullResponse.i().optJSONObject(kq.a);
this.b = new po(optJSONObject == null ? new JSONObject() : optJSONObject);
JSONObject optJSONObject2 = fullResponse.i().optJSONObject(kq.b);
this.c = new ro(optJSONObject2 == null ? new JSONObject() : optJSONObject2);
JSONObject optJSONObject3 = fullResponse.i().optJSONObject("configurations");
this.d = new n8(optJSONObject3 == null ? new JSONObject() : optJSONObject3);
JSONObject optJSONObject4 = fullResponse.i().optJSONObject(kq.d);
this.e = new xb(optJSONObject4 == null ? new JSONObject() : optJSONObject4);
}
public final n8 a() {
return this.d;
}
public final xb b() {
return this.e;
}
public final cr c() {
return this.a;
}
public final po d() {
return this.b;
}
public final ro e() {
return this.c;
}
}