45 lines
956 B
Java
45 lines
956 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class BmF {
|
||
|
|
||
|
@SerializedName("category")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("categoryEnabledFlag")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("categoryColor")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("descriptionEN")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("categoryIcon")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("descriptionTH")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final String j;
|
||
|
|
||
|
public /* synthetic */ BmF(String str, String str2) {
|
||
|
this(str, str2, (byte) 0);
|
||
|
}
|
||
|
|
||
|
private BmF(String str, String str2, byte b) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.a = str;
|
||
|
this.j = null;
|
||
|
this.i = null;
|
||
|
this.d = null;
|
||
|
this.c = null;
|
||
|
this.e = null;
|
||
|
this.b = str2;
|
||
|
}
|
||
|
}
|