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

106 lines
3.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
import java.util.List;
/* renamed from: o.rJv, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16791rJv {
@SerializedName("contactDetails")
public final nYl a;
@SerializedName("accountTo")
public final Bpe b;
@SerializedName(PlaceTypes.ADDRESS)
public final List<C6542cVz> c;
@SerializedName("accountFrom")
public final MGu d;
@SerializedName("annotation")
public final String e;
@SerializedName("txnDetails")
public final GuF f;
@SerializedName("systemLogo")
public final String g;
@SerializedName("transactionDateTime")
public final String h;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String i;
@SerializedName("identificationDetails")
public final Fxk j;
public final String toString() {
String str = this.h;
String str2 = this.i;
MGu mGu = this.d;
Bpe bpe = this.b;
GuF guF = this.f;
Fxk fxk = this.j;
List<C6542cVz> list = this.c;
nYl nyl = this.a;
String str3 = this.e;
String str4 = this.g;
StringBuilder sb = new StringBuilder("RemittanceTransactionResponseEntity(transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(", accountFrom=");
sb.append(mGu);
sb.append(", accountTo=");
sb.append(bpe);
sb.append(", txnDetails=");
sb.append(guF);
sb.append(", identificationDetails=");
sb.append(fxk);
sb.append(", address=");
sb.append(list);
sb.append(", contactDetails=");
sb.append(nyl);
sb.append(", annotation=");
sb.append(str3);
sb.append(", systemLogo=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.h.hashCode();
int hashCode2 = this.i.hashCode();
int hashCode3 = this.d.hashCode();
int hashCode4 = this.b.hashCode();
int hashCode5 = this.f.hashCode();
Fxk fxk = this.j;
int hashCode6 = fxk == null ? 0 : fxk.hashCode();
List<C6542cVz> list = this.c;
int hashCode7 = list == null ? 0 : list.hashCode();
nYl nyl = this.a;
int hashCode8 = nyl == null ? 0 : nyl.hashCode();
String str = this.e;
int hashCode9 = str == null ? 0 : str.hashCode();
String str2 = this.g;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16791rJv)) {
return false;
}
C16791rJv c16791rJv = (C16791rJv) obj;
return C14957gcv.b((Object) this.h, (Object) c16791rJv.h) && C14957gcv.b((Object) this.i, (Object) c16791rJv.i) && C14957gcv.b(this.d, c16791rJv.d) && C14957gcv.b(this.b, c16791rJv.b) && C14957gcv.b(this.f, c16791rJv.f) && C14957gcv.b(this.j, c16791rJv.j) && C14957gcv.b(this.c, c16791rJv.c) && C14957gcv.b(this.a, c16791rJv.a) && C14957gcv.b((Object) this.e, (Object) c16791rJv.e) && C14957gcv.b((Object) this.g, (Object) c16791rJv.g);
}
}