47 lines
1.1 KiB
Java
47 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.aj, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2674aj {
|
|
|
|
@SerializedName("brokerId")
|
|
private final List<String> a;
|
|
|
|
@SerializedName("riskLevelId")
|
|
private final List<String> b;
|
|
|
|
@SerializedName("pageNumber")
|
|
private final String c;
|
|
|
|
@SerializedName("periodId")
|
|
private final String d;
|
|
|
|
@SerializedName("pageSize")
|
|
private final String e;
|
|
|
|
@SerializedName("typeOfFundId")
|
|
private final List<String> f;
|
|
|
|
@SerializedName("sortById")
|
|
private final String i;
|
|
|
|
@SerializedName("searchString")
|
|
private final String j;
|
|
|
|
public C2674aj(String str, List<String> list, List<String> list2, List<String> list3, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.j = str;
|
|
this.f = list;
|
|
this.b = list2;
|
|
this.a = list3;
|
|
this.i = str2;
|
|
this.d = str3;
|
|
this.c = str4;
|
|
this.e = str5;
|
|
}
|
|
}
|