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

61 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.mIE, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16203mIE {
@SerializedName("paymentInfo")
public final List<mAw> b;
@SerializedName("pointRedemption")
public final PXR c;
@SerializedName("callbackUrl")
public final String d;
@SerializedName("merchantInfo")
public final C15804ijY e;
public final String toString() {
String str = this.d;
C15804ijY c15804ijY = this.e;
List<mAw> list = this.b;
PXR pxr = this.c;
StringBuilder sb = new StringBuilder("MerchantMetaDataEntity(callbackUrl=");
sb.append(str);
sb.append(", merchantInfo=");
sb.append(c15804ijY);
sb.append(", paymentInfo=");
sb.append(list);
sb.append(", pointRedemption=");
sb.append(pxr);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
C15804ijY c15804ijY = this.e;
int hashCode2 = c15804ijY == null ? 0 : c15804ijY.hashCode();
List<mAw> list = this.b;
int hashCode3 = list == null ? 0 : list.hashCode();
PXR pxr = this.c;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (pxr != null ? pxr.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16203mIE)) {
return false;
}
C16203mIE c16203mIE = (C16203mIE) obj;
return C14957gcv.b((Object) this.d, (Object) c16203mIE.d) && C14957gcv.b(this.e, c16203mIE.e) && C14957gcv.b(this.b, c16203mIE.b) && C14957gcv.b(this.c, c16203mIE.c);
}
}