29 lines
585 B
Java
29 lines
585 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* renamed from: o.by, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C5703by {
|
|
|
|
@SerializedName("number")
|
|
public String c = "";
|
|
|
|
@SerializedName("name")
|
|
public String d = "";
|
|
|
|
@SerializedName("type")
|
|
public String b = "";
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
public String e = "";
|
|
|
|
private C5703by() {
|
|
}
|
|
|
|
public static C5703by c() {
|
|
return new C5703by();
|
|
}
|
|
}
|