what-the-bank/sources/o/rOI.java

53 lines
1.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public class rOI {
@SerializedName("cardCode")
public String a;
@SerializedName("page")
public int b;
@SerializedName("pointsHigh")
public Integer c;
@SerializedName("relationType")
public EnumC1889aRM d;
@SerializedName("relationId")
public Integer e;
@SerializedName("sourceSystem")
public String f;
@SerializedName("searchName")
public String h;
@SerializedName("sortOption")
public EnumC5365brf i;
public rOI(Integer num, int i) {
this.e = num;
this.b = i;
this.i = null;
this.c = null;
this.a = null;
this.h = null;
this.d = EnumC1889aRM.ALL;
}
public rOI(Integer num, int i, EnumC5365brf enumC5365brf, Integer num2, String str, String str2, EnumC1889aRM enumC1889aRM, String str3) {
this.e = num;
this.b = i;
this.i = enumC5365brf;
this.c = num2;
this.a = str;
this.h = str2;
this.d = enumC1889aRM;
this.f = str3;
}
}