127 lines
4.2 KiB
Java
127 lines
4.2 KiB
Java
package o;
|
|
|
|
import com.google.android.libraries.places.api.model.PlaceTypes;
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class VMU {
|
|
|
|
@SerializedName("annotation")
|
|
public final String a;
|
|
|
|
@SerializedName("accountFrom")
|
|
public final MGu b;
|
|
|
|
@SerializedName("contactDetails")
|
|
public final nYl c;
|
|
|
|
@SerializedName(PlaceTypes.ADDRESS)
|
|
public final List<C6542cVz> d;
|
|
|
|
@SerializedName("accountTo")
|
|
public final Bpe e;
|
|
|
|
@SerializedName("nickname")
|
|
public final String f;
|
|
|
|
@SerializedName("transactionToken")
|
|
public final String g;
|
|
|
|
@SerializedName("systemLogo")
|
|
public final String h;
|
|
|
|
@SerializedName("identificationDetails")
|
|
public final Fxk i;
|
|
|
|
@SerializedName("transferType")
|
|
public final String j;
|
|
|
|
@SerializedName("warningMsg")
|
|
public final String l;
|
|
|
|
@SerializedName("txnDetails")
|
|
public final GuF m;
|
|
|
|
@SerializedName("warningMsgHeader")
|
|
public final String n;
|
|
|
|
public final String toString() {
|
|
String str = this.g;
|
|
String str2 = this.f;
|
|
String str3 = this.h;
|
|
MGu mGu = this.b;
|
|
Bpe bpe = this.e;
|
|
GuF guF = this.m;
|
|
Fxk fxk = this.i;
|
|
List<C6542cVz> list = this.d;
|
|
nYl nyl = this.c;
|
|
String str4 = this.a;
|
|
String str5 = this.j;
|
|
String str6 = this.n;
|
|
String str7 = this.l;
|
|
StringBuilder sb = new StringBuilder("RemittanceVerificationResponseEntity(transactionToken=");
|
|
sb.append(str);
|
|
sb.append(", nickname=");
|
|
sb.append(str2);
|
|
sb.append(", systemLogo=");
|
|
sb.append(str3);
|
|
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(str4);
|
|
sb.append(", transferType=");
|
|
sb.append(str5);
|
|
sb.append(", warningMsgHeader=");
|
|
sb.append(str6);
|
|
sb.append(", warningMsg=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.g.hashCode();
|
|
String str = this.f;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
int hashCode5 = this.e.hashCode();
|
|
int hashCode6 = this.m.hashCode();
|
|
int hashCode7 = this.i.hashCode();
|
|
List<C6542cVz> list = this.d;
|
|
int hashCode8 = list == null ? 0 : list.hashCode();
|
|
int hashCode9 = this.c.hashCode();
|
|
String str3 = this.a;
|
|
int hashCode10 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.j;
|
|
int hashCode11 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.n;
|
|
int hashCode12 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.l;
|
|
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof VMU)) {
|
|
return false;
|
|
}
|
|
VMU vmu = (VMU) obj;
|
|
return C14957gcv.b((Object) this.g, (Object) vmu.g) && C14957gcv.b((Object) this.f, (Object) vmu.f) && C14957gcv.b((Object) this.h, (Object) vmu.h) && C14957gcv.b(this.b, vmu.b) && C14957gcv.b(this.e, vmu.e) && C14957gcv.b(this.m, vmu.m) && C14957gcv.b(this.i, vmu.i) && C14957gcv.b(this.d, vmu.d) && C14957gcv.b(this.c, vmu.c) && C14957gcv.b((Object) this.a, (Object) vmu.a) && C14957gcv.b((Object) this.j, (Object) vmu.j) && C14957gcv.b((Object) this.n, (Object) vmu.n) && C14957gcv.b((Object) this.l, (Object) vmu.l);
|
|
}
|
|
}
|