26 lines
554 B
Java
26 lines
554 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dK, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C8401dK extends AbstractC8332dI {
|
|
|
|
@SerializedName("clientNo")
|
|
private String a;
|
|
|
|
@SerializedName("clientNoKeyIn")
|
|
private String e;
|
|
|
|
public C8401dK(String str, String str2) {
|
|
this.a = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public C8401dK(String str, String str2, String str3) {
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
}
|
|
}
|