24 lines
415 B
Java
24 lines
415 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class wpd {
|
||
|
|
||
|
@SerializedName("pageNumber")
|
||
|
public int a;
|
||
|
|
||
|
@SerializedName("pageSize")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("numberOfPages")
|
||
|
public int c;
|
||
|
|
||
|
@SerializedName("recordCount")
|
||
|
public int d;
|
||
|
|
||
|
@SerializedName("incomingList")
|
||
|
public List<ZPk> e;
|
||
|
}
|