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

57 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.vyp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17352vyp {
@SerializedName("transactionInfo")
public QhH c;
@SerializedName("instPaymentInfo")
public YOF e;
private /* synthetic */ C17352vyp(byte b) {
this(null, null);
}
public C17352vyp(QhH qhH, YOF yof) {
this.c = qhH;
this.e = yof;
}
public final String toString() {
QhH qhH = this.c;
YOF yof = this.e;
StringBuilder sb = new StringBuilder("TransactionResponse(transactionInfo=");
sb.append(qhH);
sb.append(", instPaymentInfo=");
sb.append(yof);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
QhH qhH = this.c;
int hashCode = qhH == null ? 0 : qhH.hashCode();
YOF yof = this.e;
return (hashCode * 31) + (yof != null ? yof.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17352vyp)) {
return false;
}
C17352vyp c17352vyp = (C17352vyp) obj;
return C14957gcv.b(this.c, c17352vyp.c) && C14957gcv.b(this.e, c17352vyp.e);
}
public C17352vyp() {
this((byte) 0);
}
}