27 lines
528 B
Java
27 lines
528 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class OUN {
|
||
|
|
||
|
@SerializedName("engFullTitle")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("engTitle")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("thaiFullTitle")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_GENDER)
|
||
|
public String e;
|
||
|
|
||
|
@SerializedName("thaiTitle")
|
||
|
public String i;
|
||
|
}
|