package com.tencent.bugly.proguard; import java.util.HashMap; import java.util.Map; /* compiled from: BUGLY */ /* loaded from: classes.dex */ public final class as extends k implements Cloneable { private static /* synthetic */ boolean o = !as.class.desiredAssertionStatus(); private static ar m = new ar(); private static Map n = new HashMap(); public boolean a = true; public boolean b = true; public boolean c = true; public String d = ""; public String e = ""; public ar f = null; public Map g = null; public long h = 0; private String j = ""; private String k = ""; private int l = 0; public int i = 0; static { n.put("", ""); } @Override // com.tencent.bugly.proguard.k public final void a(j jVar) { jVar.a(this.a, 0); jVar.a(this.b, 1); jVar.a(this.c, 2); String str = this.d; if (str != null) { jVar.a(str, 3); } String str2 = this.e; if (str2 != null) { jVar.a(str2, 4); } ar arVar = this.f; if (arVar != null) { jVar.a((k) arVar, 5); } Map map = this.g; if (map != null) { jVar.a((Map) map, 6); } jVar.a(this.h, 7); String str3 = this.j; if (str3 != null) { jVar.a(str3, 8); } String str4 = this.k; if (str4 != null) { jVar.a(str4, 9); } jVar.a(this.l, 10); jVar.a(this.i, 11); } public final Object clone() { try { return super.clone(); } catch (CloneNotSupportedException unused) { if (o) { return null; } throw new AssertionError(); } } public final boolean equals(Object obj) { if (obj == null) { return false; } as asVar = (as) obj; return l.a(this.a, asVar.a) && l.a(this.b, asVar.b) && l.a(this.c, asVar.c) && l.a(this.d, asVar.d) && l.a(this.e, asVar.e) && l.a(this.f, asVar.f) && l.a(this.g, asVar.g) && l.a(this.h, asVar.h) && l.a(this.j, asVar.j) && l.a(this.k, asVar.k) && l.a(this.l, asVar.l) && l.a(this.i, asVar.i); } public final int hashCode() { try { throw new Exception("Need define key first!"); } catch (Exception e) { e.printStackTrace(); return 0; } } @Override // com.tencent.bugly.proguard.k public final void a(i iVar) { this.a = iVar.a(0, true); this.b = iVar.a(1, true); this.c = iVar.a(2, true); this.d = iVar.b(3, false); this.e = iVar.b(4, false); this.f = (ar) iVar.a((k) m, 5, false); this.g = (Map) iVar.a((i) n, 6, false); this.h = iVar.a(this.h, 7, false); this.j = iVar.b(8, false); this.k = iVar.b(9, false); this.l = iVar.a(this.l, 10, false); this.i = iVar.a(this.i, 11, false); } @Override // com.tencent.bugly.proguard.k public final void a(StringBuilder sb, int i) { h hVar = new h(sb, i); hVar.a(this.a, "enable"); hVar.a(this.b, "enableUserInfo"); hVar.a(this.c, "enableQuery"); hVar.a(this.d, "url"); hVar.a(this.e, "expUrl"); hVar.a((k) this.f, "security"); hVar.a((Map) this.g, "valueMap"); hVar.a(this.h, "strategylastUpdateTime"); hVar.a(this.j, "httpsUrl"); hVar.a(this.k, "httpsExpUrl"); hVar.a(this.l, "eventRecordCount"); hVar.a(this.i, "eventTimeInterval"); } }