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

47 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ewQ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12341ewQ extends C16562pOe {
@SerializedName("accountName")
public final String b;
@SerializedName("transactionToken")
public final String c;
@SerializedName("fee")
public final String d;
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.b;
StringBuilder sb = new StringBuilder("PrepaidCashOutVerificationEntity(transactionToken=");
sb.append(str);
sb.append(", fee=");
sb.append(str2);
sb.append(", accountName=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12341ewQ)) {
return false;
}
C12341ewQ c12341ewQ = (C12341ewQ) obj;
return C14957gcv.b((Object) this.c, (Object) c12341ewQ.c) && C14957gcv.b((Object) this.d, (Object) c12341ewQ.d) && C14957gcv.b((Object) this.b, (Object) c12341ewQ.b);
}
}