189 lines
6.3 KiB
Java
189 lines
6.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class oHO {
|
|
|
|
@SerializedName("merchantInfo")
|
|
public final xLZ a;
|
|
|
|
@SerializedName("amount")
|
|
public final float b;
|
|
|
|
@SerializedName("deeplinkId")
|
|
public final String c;
|
|
|
|
@SerializedName("callbackUrl")
|
|
public final String d;
|
|
|
|
@SerializedName("accountTo")
|
|
public final String e;
|
|
|
|
@SerializedName("partnerName")
|
|
public final String f;
|
|
|
|
@SerializedName("partnerId")
|
|
public final String g;
|
|
|
|
@SerializedName("partnerSubType")
|
|
public final String h;
|
|
|
|
@SerializedName("partnerType")
|
|
public final String i;
|
|
|
|
@SerializedName("partnerTransaction")
|
|
public final String j;
|
|
|
|
@SerializedName("ref1")
|
|
public final String k;
|
|
|
|
@SerializedName("paymentInfoList")
|
|
public final List<C17640yZm> l;
|
|
|
|
@SerializedName("pointEligibility")
|
|
public final boolean m;
|
|
|
|
@SerializedName("ref2")
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("pointRedemption")
|
|
public final FFT f9229o;
|
|
|
|
@SerializedName("accountFrom")
|
|
private final String q;
|
|
|
|
@SerializedName("ref3")
|
|
public final String r;
|
|
|
|
public oHO(float f, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, List<C17640yZm> list, String str11, xLZ xlz, boolean z, FFT fft, String str12) {
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
this.b = f;
|
|
this.q = str;
|
|
this.g = str2;
|
|
this.f = str3;
|
|
this.j = str4;
|
|
this.k = str5;
|
|
this.n = str6;
|
|
this.r = str7;
|
|
this.e = str8;
|
|
this.i = str9;
|
|
this.h = str10;
|
|
this.l = list;
|
|
this.d = str11;
|
|
this.a = xlz;
|
|
this.m = z;
|
|
this.f9229o = fft;
|
|
this.c = str12;
|
|
}
|
|
|
|
public final String toString() {
|
|
float f = this.b;
|
|
String str = this.q;
|
|
String str2 = this.g;
|
|
String str3 = this.f;
|
|
String str4 = this.j;
|
|
String str5 = this.k;
|
|
String str6 = this.n;
|
|
String str7 = this.r;
|
|
String str8 = this.e;
|
|
String str9 = this.i;
|
|
String str10 = this.h;
|
|
List<C17640yZm> list = this.l;
|
|
String str11 = this.d;
|
|
xLZ xlz = this.a;
|
|
boolean z = this.m;
|
|
FFT fft = this.f9229o;
|
|
String str12 = this.c;
|
|
StringBuilder sb = new StringBuilder("BillPaymentPartner(amount=");
|
|
sb.append(f);
|
|
sb.append(", accountFrom=");
|
|
sb.append(str);
|
|
sb.append(", partnerId=");
|
|
sb.append(str2);
|
|
sb.append(", partnerName=");
|
|
sb.append(str3);
|
|
sb.append(", partnerTransaction=");
|
|
sb.append(str4);
|
|
sb.append(", ref1=");
|
|
sb.append(str5);
|
|
sb.append(", ref2=");
|
|
sb.append(str6);
|
|
sb.append(", ref3=");
|
|
sb.append(str7);
|
|
sb.append(", accountTo=");
|
|
sb.append(str8);
|
|
sb.append(", partnerType=");
|
|
sb.append(str9);
|
|
sb.append(", partnerSubType=");
|
|
sb.append(str10);
|
|
sb.append(", paymentInfoList=");
|
|
sb.append(list);
|
|
sb.append(", callbackUrl=");
|
|
sb.append(str11);
|
|
sb.append(", merchantInfo=");
|
|
sb.append(xlz);
|
|
sb.append(", pointEligibility=");
|
|
sb.append(z);
|
|
sb.append(", pointRedemption=");
|
|
sb.append(fft);
|
|
sb.append(", deeplinkId=");
|
|
sb.append(str12);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = Float.hashCode(this.b);
|
|
String str = this.q;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.f.hashCode();
|
|
int hashCode5 = this.j.hashCode();
|
|
int hashCode6 = this.k.hashCode();
|
|
String str2 = this.n;
|
|
int hashCode7 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.r;
|
|
int hashCode8 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.e;
|
|
int hashCode9 = str4 == null ? 0 : str4.hashCode();
|
|
int hashCode10 = this.i.hashCode();
|
|
int hashCode11 = this.h.hashCode();
|
|
List<C17640yZm> list = this.l;
|
|
int hashCode12 = list == null ? 0 : list.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode13 = str5 == null ? 0 : str5.hashCode();
|
|
xLZ xlz = this.a;
|
|
int hashCode14 = xlz == null ? 0 : xlz.hashCode();
|
|
boolean z = this.m;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
int i2 = i;
|
|
FFT fft = this.f9229o;
|
|
int hashCode15 = fft == null ? 0 : fft.hashCode();
|
|
String str6 = this.c;
|
|
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) + hashCode13) * 31) + hashCode14) * 31) + i2) * 31) + hashCode15) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof oHO)) {
|
|
return false;
|
|
}
|
|
oHO oho = (oHO) obj;
|
|
return Float.compare(this.b, oho.b) == 0 && C14957gcv.b((Object) this.q, (Object) oho.q) && C14957gcv.b((Object) this.g, (Object) oho.g) && C14957gcv.b((Object) this.f, (Object) oho.f) && C14957gcv.b((Object) this.j, (Object) oho.j) && C14957gcv.b((Object) this.k, (Object) oho.k) && C14957gcv.b((Object) this.n, (Object) oho.n) && C14957gcv.b((Object) this.r, (Object) oho.r) && C14957gcv.b((Object) this.e, (Object) oho.e) && C14957gcv.b((Object) this.i, (Object) oho.i) && C14957gcv.b((Object) this.h, (Object) oho.h) && C14957gcv.b(this.l, oho.l) && C14957gcv.b((Object) this.d, (Object) oho.d) && C14957gcv.b(this.a, oho.a) && this.m == oho.m && C14957gcv.b(this.f9229o, oho.f9229o) && C14957gcv.b((Object) this.c, (Object) oho.c);
|
|
}
|
|
}
|