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

58 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.fcS, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13549fcS {
@SerializedName("remainingBalance")
public final String b;
@SerializedName("transactionDateTime")
public final OffsetDateTime c;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String d;
public C13549fcS(OffsetDateTime offsetDateTime, String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = offsetDateTime;
this.d = str;
this.b = str2;
}
public final String toString() {
OffsetDateTime offsetDateTime = this.c;
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("PrepaidRequestOtpConfirm(transactionDateTime=");
sb.append(offsetDateTime);
sb.append(", transactionId=");
sb.append(str);
sb.append(", remainingBalance=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OffsetDateTime offsetDateTime = this.c;
return ((((offsetDateTime == null ? 0 : offsetDateTime.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C13549fcS)) {
return false;
}
C13549fcS c13549fcS = (C13549fcS) obj;
return C14957gcv.b(this.c, c13549fcS.c) && C14957gcv.b((Object) this.d, (Object) c13549fcS.d) && C14957gcv.b((Object) this.b, (Object) c13549fcS.b);
}
}