30 lines
644 B
Java
30 lines
644 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dP, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C8560dP extends AbstractC8332dI {
|
|
|
|
@SerializedName("accountNoKeyIn")
|
|
private String a;
|
|
|
|
@SerializedName("accountNo")
|
|
private String b;
|
|
|
|
@SerializedName("appId")
|
|
private String e;
|
|
|
|
public C8560dP(String str, String str2) {
|
|
this.b = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public C8560dP(String str, String str2, String str3, String str4) {
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
this.a = str4;
|
|
}
|
|
}
|