35 lines
721 B
Java
35 lines
721 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.dl, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C9508dl {
|
||
|
|
||
|
@SerializedName("selectedCardRefNo")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("cardNo")
|
||
|
public String e;
|
||
|
|
||
|
public /* synthetic */ C9508dl(byte b) {
|
||
|
this("", "", "");
|
||
|
}
|
||
|
|
||
|
private C9508dl(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.c = str;
|
||
|
this.e = str2;
|
||
|
this.a = str3;
|
||
|
}
|
||
|
|
||
|
public C9508dl() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|