54 lines
1.6 KiB
Java
54 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
|
|
/* renamed from: o.mhU, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16250mhU {
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
public final String b;
|
|
|
|
@SerializedName("issueDate")
|
|
public final String c;
|
|
|
|
@SerializedName("remainingBalance")
|
|
public final double d;
|
|
|
|
@SerializedName("transactionDateTime")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
double d = this.d;
|
|
StringBuilder sb = new StringBuilder("BondPurchaseConfirmationEntity(issueDate=");
|
|
sb.append(str);
|
|
sb.append(", transactionDateTime=");
|
|
sb.append(str2);
|
|
sb.append(", transactionId=");
|
|
sb.append(str3);
|
|
sb.append(", remainingBalance=");
|
|
sb.append(d);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + Double.hashCode(this.d);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16250mhU)) {
|
|
return false;
|
|
}
|
|
C16250mhU c16250mhU = (C16250mhU) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c16250mhU.c) && C14957gcv.b((Object) this.e, (Object) c16250mhU.e) && C14957gcv.b((Object) this.b, (Object) c16250mhU.b) && Double.compare(this.d, c16250mhU.d) == 0;
|
|
}
|
|
}
|