jimu-decompiled/sources/com/tencent/wxop/stat/common/a.java
2025-05-13 19:24:51 +02:00

71 lines
1.4 KiB
Java

package com.tencent.wxop.stat.common;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class a {
private String a;
private String b;
private String c;
private String d;
private int e;
private int f;
private long g;
public a() {
this.a = null;
this.b = null;
this.c = null;
this.d = "0";
this.f = 0;
this.g = 0L;
}
public a(String str, String str2, int i) {
this.a = null;
this.b = null;
this.c = null;
this.d = "0";
this.f = 0;
this.g = 0L;
this.a = str;
this.b = str2;
this.e = i;
}
JSONObject a() {
JSONObject jSONObject = new JSONObject();
try {
r.a(jSONObject, "ui", this.a);
r.a(jSONObject, "mc", this.b);
r.a(jSONObject, "mid", this.d);
r.a(jSONObject, "aid", this.c);
jSONObject.put("ts", this.g);
jSONObject.put("ver", this.f);
} catch (JSONException unused) {
}
return jSONObject;
}
public void a(int i) {
this.e = i;
}
public String b() {
return this.a;
}
public String c() {
return this.b;
}
public int d() {
return this.e;
}
public String toString() {
return a().toString();
}
}