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

62 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13530fc {
@SerializedName("scbsATSAccount")
private final C2780al a;
@SerializedName("mfATSAccount")
private final C2780al b;
@SerializedName("mfClientNo")
private final String c;
public /* synthetic */ C13530fc(C2780al c2780al, C2780al c2780al2) {
this(c2780al, c2780al2, null);
}
public C13530fc(C2780al c2780al, C2780al c2780al2, String str) {
this.b = c2780al;
this.a = c2780al2;
this.c = str;
}
public final String toString() {
C2780al c2780al = this.b;
C2780al c2780al2 = this.a;
String str = this.c;
StringBuilder sb = new StringBuilder("SingleFormSelectAccountRequest(mfATSAccount=");
sb.append(c2780al);
sb.append(", scbsATSAccount=");
sb.append(c2780al2);
sb.append(", mfClientNo=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C2780al c2780al = this.b;
int hashCode = c2780al == null ? 0 : c2780al.hashCode();
C2780al c2780al2 = this.a;
int hashCode2 = c2780al2 == null ? 0 : c2780al2.hashCode();
String str = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13530fc)) {
return false;
}
C13530fc c13530fc = (C13530fc) obj;
return C14957gcv.b(this.b, c13530fc.b) && C14957gcv.b(this.a, c13530fc.a) && C14957gcv.b((Object) this.c, (Object) c13530fc.c);
}
}