53 lines
1.6 KiB
Java
53 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.DiN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0291DiN {
|
|
|
|
@SerializedName("accountName")
|
|
public final String a;
|
|
|
|
@SerializedName("homeBranch")
|
|
public final String b;
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String c;
|
|
|
|
@SerializedName("accountNo")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlTermsConditionsOTPEntity(accountName=");
|
|
sb.append(str);
|
|
sb.append(", accountNo=");
|
|
sb.append(str2);
|
|
sb.append(", homeBranch=");
|
|
sb.append(str3);
|
|
sb.append(", transactionDateTime=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0291DiN)) {
|
|
return false;
|
|
}
|
|
C0291DiN c0291DiN = (C0291DiN) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c0291DiN.a) && C14957gcv.b((Object) this.e, (Object) c0291DiN.e) && C14957gcv.b((Object) this.b, (Object) c0291DiN.b) && C14957gcv.b((Object) this.c, (Object) c0291DiN.c);
|
|
}
|
|
}
|