68 lines
2.0 KiB
Java
68 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Kpz {
|
|
|
|
@SerializedName("extraData")
|
|
public final OoC a;
|
|
|
|
@SerializedName("paymentInfo")
|
|
public final List<C17318vkd> b;
|
|
|
|
@SerializedName("pointRedemption")
|
|
public final QrS c;
|
|
|
|
@SerializedName("callbackUrl")
|
|
public final String d;
|
|
|
|
@SerializedName("merchantInfo")
|
|
public final jcH e;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
OoC ooC = this.a;
|
|
jcH jch = this.e;
|
|
List<C17318vkd> list = this.b;
|
|
QrS qrS = this.c;
|
|
StringBuilder sb = new StringBuilder("MerchantMetaDataEntity(callbackUrl=");
|
|
sb.append(str);
|
|
sb.append(", extraData=");
|
|
sb.append(ooC);
|
|
sb.append(", merchantInfo=");
|
|
sb.append(jch);
|
|
sb.append(", paymentInfo=");
|
|
sb.append(list);
|
|
sb.append(", pointRedemption=");
|
|
sb.append(qrS);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
OoC ooC = this.a;
|
|
int hashCode2 = ooC == null ? 0 : ooC.hashCode();
|
|
jcH jch = this.e;
|
|
int hashCode3 = jch == null ? 0 : jch.hashCode();
|
|
List<C17318vkd> list = this.b;
|
|
int hashCode4 = list == null ? 0 : list.hashCode();
|
|
QrS qrS = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (qrS != null ? qrS.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Kpz)) {
|
|
return false;
|
|
}
|
|
Kpz kpz = (Kpz) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) kpz.d) && C14957gcv.b(this.a, kpz.a) && C14957gcv.b(this.e, kpz.e) && C14957gcv.b(this.b, kpz.b) && C14957gcv.b(this.c, kpz.c);
|
|
}
|
|
}
|