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

110 lines
3.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class BSx {
@SerializedName("scbList")
public List<? extends LPp> a;
@SerializedName("groupId")
public String b;
@SerializedName("otherList")
public List<? extends LPp> c;
@SerializedName("ownList")
public List<? extends LPp> d;
@SerializedName("accountFrom")
public String e;
@SerializedName("schedule")
public C16188lzr g = null;
@SerializedName("tilesVersion")
public String i = null;
private BSx(String str, String str2, List<? extends LPp> list, List<? extends LPp> list2, List<? extends LPp> list3) {
this.e = str;
this.b = str2;
this.d = list;
this.a = list2;
this.c = list3;
}
/* loaded from: classes3.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public static final BSx c() {
return new BSx("", "", C14851gaI.c, C14851gaI.c, C14851gaI.c);
}
public final String toString() {
String str = this.e;
String str2 = this.b;
C16188lzr c16188lzr = this.g;
List<? extends LPp> list = this.d;
List<? extends LPp> list2 = this.a;
List<? extends LPp> list3 = this.c;
String str3 = this.i;
StringBuilder sb = new StringBuilder("BulkTransferVerifyRequest(accountFrom=");
sb.append(str);
sb.append(", groupId=");
sb.append(str2);
sb.append(", schedule=");
sb.append(c16188lzr);
sb.append(", ownList=");
sb.append(list);
sb.append(", scbList=");
sb.append(list2);
sb.append(", otherList=");
sb.append(list3);
sb.append(", tilesVersion=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
C16188lzr c16188lzr = this.g;
int hashCode3 = c16188lzr == null ? 0 : c16188lzr.hashCode();
List<? extends LPp> list = this.d;
int hashCode4 = list == null ? 0 : list.hashCode();
List<? extends LPp> list2 = this.a;
int hashCode5 = list2 == null ? 0 : list2.hashCode();
List<? extends LPp> list3 = this.c;
int hashCode6 = list3 == null ? 0 : list3.hashCode();
String str3 = this.i;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof BSx)) {
return false;
}
BSx bSx = (BSx) obj;
return C14957gcv.b((Object) this.e, (Object) bSx.e) && C14957gcv.b((Object) this.b, (Object) bSx.b) && C14957gcv.b(this.g, bSx.g) && C14957gcv.b(this.d, bSx.d) && C14957gcv.b(this.a, bSx.a) && C14957gcv.b(this.c, bSx.c) && C14957gcv.b((Object) this.i, (Object) bSx.i);
}
static {
new Sts((byte) 0);
}
}