48 lines
1.2 KiB
Java
48 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.tbG, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C17059tbG {
|
||
|
|
||
|
@SerializedName("bankCode")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
private final String c;
|
||
|
|
||
|
public C17059tbG(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.a = str;
|
||
|
this.c = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("HmlOperatingAccountInfo(bankCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", accountNo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.a.hashCode() * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C17059tbG)) {
|
||
|
return false;
|
||
|
}
|
||
|
C17059tbG c17059tbG = (C17059tbG) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c17059tbG.a) && C14957gcv.b((Object) this.c, (Object) c17059tbG.c);
|
||
|
}
|
||
|
}
|