71 lines
2.2 KiB
Java
71 lines
2.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import io.beid.beidk.definitions.BeIDParams;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class uCj {
|
||
|
|
||
|
@SerializedName("headerLabel")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("addAccountRemark")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("additionalInfo")
|
||
|
public final vix c;
|
||
|
|
||
|
@SerializedName("remainingBalance")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("transactionDateTime")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
||
|
public final String h;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.h;
|
||
|
String str3 = this.d;
|
||
|
vix vixVar = this.c;
|
||
|
String str4 = this.b;
|
||
|
String str5 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("DebitCardConfirmationEntity(transactionDateTime=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionId=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", remainingBalance=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", additionalInfo=");
|
||
|
sb.append(vixVar);
|
||
|
sb.append(", addAccountRemark=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", headerLabel=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
int hashCode2 = this.h.hashCode();
|
||
|
int hashCode3 = this.d.hashCode();
|
||
|
vix vixVar = this.c;
|
||
|
int hashCode4 = vixVar == null ? 0 : vixVar.hashCode();
|
||
|
String str = this.b;
|
||
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str != null ? str.hashCode() : 0)) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof uCj)) {
|
||
|
return false;
|
||
|
}
|
||
|
uCj ucj = (uCj) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) ucj.e) && C14957gcv.b((Object) this.h, (Object) ucj.h) && C14957gcv.b((Object) this.d, (Object) ucj.d) && C14957gcv.b(this.c, ucj.c) && C14957gcv.b((Object) this.b, (Object) ucj.b) && C14957gcv.b((Object) this.a, (Object) ucj.a);
|
||
|
}
|
||
|
}
|