27 lines
553 B
Java
27 lines
553 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.ddg, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C9118ddg {
|
||
|
|
||
|
@SerializedName("risk")
|
||
|
public List<Sts> c;
|
||
|
|
||
|
/* renamed from: o.ddg$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static class Sts {
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public int a;
|
||
|
|
||
|
@SerializedName("label")
|
||
|
public String c;
|
||
|
|
||
|
@SerializedName("riskLevel")
|
||
|
public String d;
|
||
|
}
|
||
|
}
|