38 lines
789 B
Java
38 lines
789 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import o.FFJ;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class GHN extends FFJ {
|
|
|
|
@SerializedName("productProgram")
|
|
private String a;
|
|
|
|
@SerializedName("loanType")
|
|
private String c;
|
|
|
|
@SerializedName("productType")
|
|
private String e;
|
|
|
|
public GHN(HBt hBt) {
|
|
super(hBt);
|
|
this.e = hBt.i;
|
|
this.a = hBt.j;
|
|
this.c = hBt.f;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static class HBt extends FFJ.HBt {
|
|
public String f;
|
|
public String i;
|
|
public String j;
|
|
|
|
@Override // o.FFJ.HBt
|
|
/* renamed from: b, reason: merged with bridge method [inline-methods] */
|
|
public GHN a() {
|
|
return new GHN(this);
|
|
}
|
|
}
|
|
}
|