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

61 lines
1.9 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class DGg {
public final String a;
public final OffsetDateTime b;
public final String c;
private final String d;
public final String e;
public DGg(OffsetDateTime offsetDateTime, String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.b = offsetDateTime;
this.e = str;
this.c = str2;
this.a = str3;
this.d = str4;
}
public final String toString() {
OffsetDateTime offsetDateTime = this.b;
String str = this.e;
String str2 = this.c;
String str3 = this.a;
String str4 = this.d;
StringBuilder sb = new StringBuilder("PointXPurchaseConfirmation(transactionDateTime=");
sb.append(offsetDateTime);
sb.append(", remainingBalance=");
sb.append(str);
sb.append(", remainingPoint=");
sb.append(str2);
sb.append(", paymentId=");
sb.append(str3);
sb.append(", favoriteFlag=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OffsetDateTime offsetDateTime = this.b;
return ((((((((offsetDateTime == null ? 0 : offsetDateTime.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DGg)) {
return false;
}
DGg dGg = (DGg) obj;
return C14957gcv.b(this.b, dGg.b) && C14957gcv.b((Object) this.e, (Object) dGg.e) && C14957gcv.b((Object) this.c, (Object) dGg.c) && C14957gcv.b((Object) this.a, (Object) dGg.a) && C14957gcv.b((Object) this.d, (Object) dGg.d);
}
}