52 lines
1.4 KiB
Java
52 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class YKr {
|
|
|
|
@SerializedName("walletId")
|
|
public final String b;
|
|
|
|
@SerializedName("GMB")
|
|
public final iDf c;
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String d;
|
|
|
|
@SerializedName("merchantId")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.d;
|
|
iDf idf = this.c;
|
|
StringBuilder sb = new StringBuilder("MwReviewConfirmationSuccessEntity(merchantId=");
|
|
sb.append(str);
|
|
sb.append(", walletId=");
|
|
sb.append(str2);
|
|
sb.append(", transactionDateTime=");
|
|
sb.append(str3);
|
|
sb.append(", gmb=");
|
|
sb.append(idf);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof YKr)) {
|
|
return false;
|
|
}
|
|
YKr yKr = (YKr) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) yKr.e) && C14957gcv.b((Object) this.b, (Object) yKr.b) && C14957gcv.b((Object) this.d, (Object) yKr.d) && C14957gcv.b(this.c, yKr.c);
|
|
}
|
|
}
|