48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
|
|
/* renamed from: o.TzC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1024TzC {
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String a;
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
public final String c;
|
|
|
|
@SerializedName("remainingBalance")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
StringBuilder sb = new StringBuilder("PrepaidRequestOtpConfirmEntity(transactionDateTime=");
|
|
sb.append(str);
|
|
sb.append(", transactionId=");
|
|
sb.append(str2);
|
|
sb.append(", remainingBalance=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.a.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1024TzC)) {
|
|
return false;
|
|
}
|
|
C1024TzC c1024TzC = (C1024TzC) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c1024TzC.a) && C14957gcv.b((Object) this.c, (Object) c1024TzC.c) && C14957gcv.b((Object) this.e, (Object) c1024TzC.e);
|
|
}
|
|
}
|