24 lines
465 B
Java
24 lines
465 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.eM, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C10703eM {
|
|
|
|
@SerializedName("pageNumber")
|
|
private String a;
|
|
|
|
@SerializedName("proxyId")
|
|
private String b;
|
|
|
|
@SerializedName("pageSize")
|
|
private String c;
|
|
|
|
@SerializedName("proxyType")
|
|
private String d;
|
|
|
|
@SerializedName("numberOfDays")
|
|
private String e;
|
|
}
|