what-the-bank/sources/o/Rgo.java

135 lines
2.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public class Rgo {
@SerializedName("tilesFlag")
public String A;
@SerializedName("tileSubType")
public String B;
@SerializedName("tileSize")
public String C;
@SerializedName("tileRequirePopupFlag")
public int D;
@SerializedName("data")
public YMu a;
@SerializedName("firebaseEventName")
public String b;
@SerializedName("applicationId")
public String c;
@SerializedName("firebaseParameters")
public List<C14264fpt> d;
@SerializedName("imagePathType")
public String e;
@SerializedName("newFlag")
public int f;
@SerializedName("masterId")
public int g;
@SerializedName("minVersion")
public int h;
@SerializedName("imageURL")
public String i;
@SerializedName("tileDeletableFlag")
public int j;
@SerializedName("tileDescriptionEN")
public String k;
@SerializedName("tileDescriptionTH")
public String l;
@SerializedName("tileDisclaimerFreezeFlag")
public int m;
@SerializedName("tileDisclaimerFlag")
public int n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("tileDisclaimerEN")
public String f8346o;
@SerializedName("tileDisclaimerTH")
public String p;
@SerializedName("tileNameEN")
public String q;
@SerializedName("tileFontColor")
public String r;
@SerializedName("tileId")
public long s;
@SerializedName("tileDragableFlag")
public int t;
@SerializedName("tileNickName")
public String u;
@SerializedName("tileNameEN2")
public String v;
@SerializedName("tileNameTH2")
public String w;
@SerializedName("tileRequireLoginFlag")
public int x;
@SerializedName("tileNameTH")
public String y;
@SerializedName("tileType")
public String z;
public Rgo() {
}
public Rgo(long j, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, int i, int i2, String str11, String str12, int i3, int i4, String str13, String str14, int i5, int i6, int i7, String str15, List<C14264fpt> list, String str16, int i8, String str17, YMu yMu, String str18) {
this.s = j;
this.z = str;
this.B = str2;
this.q = str3;
this.y = str4;
this.v = str5;
this.w = str6;
this.u = str7;
this.k = str8;
this.l = str9;
this.i = str10;
this.j = i;
this.t = i2;
this.C = str11;
this.r = str12;
this.n = i3;
this.x = i4;
this.f8346o = str13;
this.p = str14;
this.f = i5;
this.h = i6;
this.g = i7;
this.b = str15;
this.d = list;
this.c = str16;
this.D = i8;
this.e = str17;
this.a = yMu;
this.A = str18;
}
}