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 qlo {
|
||
|
|
||
|
@SerializedName("recordCount")
|
||
|
public int a;
|
||
|
|
||
|
@SerializedName("pageNumber")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("outgoingList")
|
||
|
public List<sRx> c;
|
||
|
|
||
|
@SerializedName("pageSize")
|
||
|
public int d;
|
||
|
|
||
|
@SerializedName("numberOfPages")
|
||
|
public int e;
|
||
|
}
|