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

68 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class KrN {
@SerializedName("pointRedemption")
public final PXR a;
@SerializedName("paymentInfo")
public final List<lsm> b;
@SerializedName("merchantInfo")
public final C15804ijY c;
@SerializedName("callbackUrl")
public final String d;
@SerializedName("extraData")
public final VOJ e;
public final String toString() {
List<lsm> list = this.b;
String str = this.d;
C15804ijY c15804ijY = this.c;
VOJ voj = this.e;
PXR pxr = this.a;
StringBuilder sb = new StringBuilder("MerchantMetaData(paymentInfo=");
sb.append(list);
sb.append(", callbackUrl=");
sb.append(str);
sb.append(", merchantInfo=");
sb.append(c15804ijY);
sb.append(", extraData=");
sb.append(voj);
sb.append(", pointRedemption=");
sb.append(pxr);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<lsm> list = this.b;
int hashCode = list == null ? 0 : list.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
C15804ijY c15804ijY = this.c;
int hashCode3 = c15804ijY == null ? 0 : c15804ijY.hashCode();
VOJ voj = this.e;
int hashCode4 = voj == null ? 0 : voj.hashCode();
PXR pxr = this.a;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (pxr != null ? pxr.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof KrN)) {
return false;
}
KrN krN = (KrN) obj;
return C14957gcv.b(this.b, krN.b) && C14957gcv.b((Object) this.d, (Object) krN.d) && C14957gcv.b(this.c, krN.c) && C14957gcv.b(this.e, krN.e) && C14957gcv.b(this.a, krN.a);
}
}