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

42 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* renamed from: o.ddm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C9124ddm {
@SerializedName("transactionDateTime")
public final String c;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String d;
public final String toString() {
String str = this.c;
String str2 = this.d;
StringBuilder sb = new StringBuilder("CloseAccountConfirmationEntity(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C9124ddm)) {
return false;
}
C9124ddm c9124ddm = (C9124ddm) obj;
return C14957gcv.b((Object) this.c, (Object) c9124ddm.c) && C14957gcv.b((Object) this.d, (Object) c9124ddm.d);
}
}