what-the-bank/sources/com/huawei/hms/hatool/s0.java

204 lines
3.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.huawei.hms.hatool;
import java.util.Map;
/* loaded from: classes2.dex */
public class s0 {
private boolean a;
private boolean b;
private String c;
private String d;
private String e;
private String f;
private j0 g;
private String h;
private Map<String, String> i;
private String j;
private int k;
private int l;
private boolean m;
private boolean n;
/* renamed from: o, reason: collision with root package name */
private boolean f6496o;
private String p;
private long q;
public String q() {
return this.f;
}
public String p() {
return this.j;
}
public String o() {
return this.e;
}
public String n() {
return this.h;
}
public String m() {
return this.p;
}
public long l() {
return this.q;
}
public Map<String, String> k() {
return this.i;
}
public j0 j() {
return this.g;
}
public boolean i() {
return this.f6496o;
}
public String h() {
return this.d;
}
public boolean g() {
return this.m;
}
public void g(String str) {
this.f = str;
}
public void f(String str) {
this.j = str;
}
public String f() {
return this.c;
}
public boolean e() {
return this.b;
}
public void e(boolean z) {
this.f6496o = z;
}
public void e(String str) {
this.e = str;
}
public void d(boolean z) {
this.m = z;
}
public void d(String str) {
this.h = str;
}
public int d() {
return this.l;
}
public boolean c() {
return this.a;
}
public void c(boolean z) {
this.b = z;
}
public void c(String str) {
this.p = str;
}
public void b(boolean z) {
this.a = z;
}
public void b(String str) {
this.d = str;
}
public void b(int i) {
this.l = i;
}
public int b() {
return this.k;
}
public boolean a() {
return this.n;
}
public void a(boolean z) {
this.n = z;
}
public void a(Map<String, String> map) {
this.i = map;
}
public void a(String str) {
this.c = str;
}
public void a(long j) {
this.q = j;
}
public void a(int i) {
this.k = i;
}
public s0(s0 s0Var) {
this.e = "";
this.f = "";
this.g = new j0();
this.h = "";
this.j = "";
this.k = 10;
this.l = 7;
this.m = true;
this.n = true;
this.f6496o = false;
this.q = 0L;
this.g = s0Var.g;
b(s0Var.a);
a(s0Var.c);
b(s0Var.d);
e(s0Var.e);
g(s0Var.f);
d(s0Var.h);
f(s0Var.j);
c(s0Var.b);
a(s0Var.k);
b(s0Var.l);
d(s0Var.m);
a(s0Var.n);
e(s0Var.f6496o);
a(s0Var.i);
c(s0Var.p);
a(s0Var.q);
}
public s0() {
this.e = "";
this.f = "";
this.g = new j0();
this.h = "";
this.j = "";
this.k = 10;
this.l = 7;
this.m = true;
this.n = true;
this.f6496o = false;
this.q = 0L;
}
}