34 lines
638 B
Java
34 lines
638 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import org.simpleframework.xml.strategy.Name;
|
|
|
|
/* renamed from: o.yCN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C17595yCN {
|
|
|
|
@SerializedName("name")
|
|
public String a;
|
|
|
|
@SerializedName(Name.MARK)
|
|
public int b;
|
|
|
|
@SerializedName("imageURL")
|
|
public String c;
|
|
|
|
@SerializedName("minRange")
|
|
public int d;
|
|
|
|
@SerializedName("maxRange")
|
|
public int e;
|
|
|
|
@SerializedName("wow")
|
|
public boolean f;
|
|
|
|
@SerializedName("order")
|
|
public int i;
|
|
|
|
@SerializedName("poolId")
|
|
public String j;
|
|
}
|