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

68 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import o.LYg;
/* loaded from: classes3.dex */
public final class GtV {
@SerializedName("accountNickname")
public final String a;
@SerializedName("accountType")
public final LYg.LWm b;
@SerializedName("allowFlag")
public final String c;
@SerializedName("accountStatus")
public final String d;
@SerializedName("accountNo")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.a;
LYg.LWm lWm = this.b;
String str3 = this.c;
String str4 = this.d;
StringBuilder sb = new StringBuilder("FixedTransferDetailsAccountEntity(accountNo=");
sb.append(str);
sb.append(", accountNickname=");
sb.append(str2);
sb.append(", accountType=");
sb.append(lWm);
sb.append(", allowFlag=");
sb.append(str3);
sb.append(", accountStatus=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
LYg.LWm lWm = this.b;
int hashCode3 = lWm == null ? 0 : lWm.hashCode();
String str3 = this.c;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.d;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof GtV)) {
return false;
}
GtV gtV = (GtV) obj;
return C14957gcv.b((Object) this.e, (Object) gtV.e) && C14957gcv.b((Object) this.a, (Object) gtV.a) && C14957gcv.b(this.b, gtV.b) && C14957gcv.b((Object) this.c, (Object) gtV.c) && C14957gcv.b((Object) this.d, (Object) gtV.d);
}
}