103 lines
2.0 KiB
Java
103 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class oMU {
|
|
|
|
@SerializedName("customerGroupCode")
|
|
private final String a;
|
|
|
|
@SerializedName("occupationGroup")
|
|
private final String b;
|
|
|
|
@SerializedName("occupation")
|
|
private final LCa c;
|
|
|
|
@SerializedName("companyName")
|
|
private final String d;
|
|
|
|
@SerializedName("companyPhone")
|
|
private final String e;
|
|
|
|
@SerializedName("sourceOfIncome")
|
|
private final C0933RvJ f;
|
|
|
|
@SerializedName("workAddress")
|
|
private final wCl h;
|
|
|
|
public oMU(LWm<?, ?> lWm) {
|
|
C14957gcv.e(lWm, "");
|
|
this.c = lWm.b;
|
|
this.f = lWm.f;
|
|
this.d = lWm.d;
|
|
this.h = lWm.g;
|
|
this.e = lWm.c;
|
|
this.a = lWm.a;
|
|
this.b = lWm.e;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static abstract class LWm<T extends oMU, B extends LWm<T, B>> {
|
|
String a;
|
|
LCa b;
|
|
String c;
|
|
String d;
|
|
String e;
|
|
C0933RvJ f;
|
|
wCl g;
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
public abstract B d();
|
|
|
|
public final B a(LCa lCa) {
|
|
this.b = lCa;
|
|
return d();
|
|
}
|
|
|
|
public final B a(C0933RvJ c0933RvJ) {
|
|
this.f = c0933RvJ;
|
|
return d();
|
|
}
|
|
|
|
public final B c(String str) {
|
|
this.d = str;
|
|
return d();
|
|
}
|
|
|
|
public final B a(wCl wcl) {
|
|
this.g = wcl;
|
|
return d();
|
|
}
|
|
|
|
public final B b(String str) {
|
|
this.c = str;
|
|
return d();
|
|
}
|
|
|
|
public final B a(String str) {
|
|
this.a = str;
|
|
return d();
|
|
}
|
|
|
|
public final B d(String str) {
|
|
this.e = str;
|
|
return d();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
}
|
|
}
|