package com.tapjoy.internal; import java.util.HashMap; import java.util.Iterator; import org.json.JSONObject; /* loaded from: classes4.dex */ public final class z0 { public final String a; public final HashMap b = new HashMap(); public final String c; public final String d; public final c3 e; public boolean f; public z0(String str, JSONObject jSONObject, JSONObject jSONObject2) { this.a = str; Iterator keys = jSONObject.keys(); while (keys.hasNext()) { String next = keys.next(); this.b.put(next, jSONObject.optString(next)); } this.c = jSONObject2.optString("show"); this.d = jSONObject2.optString("error"); this.e = new c3(); } }