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

66 lines
2.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* loaded from: classes3.dex */
public final class xzu {
@SerializedName("remark")
public final String a;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String b;
@SerializedName("transactionDateTime")
public final String c;
@SerializedName("productType")
public final String d;
@SerializedName("additionalInfo")
public final JDk e;
public final String toString() {
String str = this.c;
String str2 = this.b;
JDk jDk = this.e;
String str3 = this.a;
String str4 = this.d;
StringBuilder sb = new StringBuilder("DebitCardActivationConfirmationEntity(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(", additionalInfo=");
sb.append(jDk);
sb.append(", remark=");
sb.append(str3);
sb.append(", productType=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
JDk jDk = this.e;
int hashCode3 = jDk == null ? 0 : jDk.hashCode();
String str3 = this.a;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof xzu)) {
return false;
}
xzu xzuVar = (xzu) obj;
return C14957gcv.b((Object) this.c, (Object) xzuVar.c) && C14957gcv.b((Object) this.b, (Object) xzuVar.b) && C14957gcv.b(this.e, xzuVar.e) && C14957gcv.b((Object) this.a, (Object) xzuVar.a) && C14957gcv.b((Object) this.d, (Object) xzuVar.d);
}
}