68 lines
2.0 KiB
Java
68 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.iOf, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15758iOf {
|
||
|
|
||
|
@SerializedName("pointRedemption")
|
||
|
public final FFT b;
|
||
|
|
||
|
@SerializedName("paymentInfo")
|
||
|
public final List<C16360nhu> c;
|
||
|
|
||
|
@SerializedName("callbackUrl")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("merchantInfo")
|
||
|
public final xLZ e;
|
||
|
|
||
|
public C15758iOf(String str, xLZ xlz, List<C16360nhu> list, FFT fft) {
|
||
|
this.d = str;
|
||
|
this.e = xlz;
|
||
|
this.c = list;
|
||
|
this.b = fft;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
xLZ xlz = this.e;
|
||
|
List<C16360nhu> list = this.c;
|
||
|
FFT fft = this.b;
|
||
|
StringBuilder sb = new StringBuilder("MerchantMetaData(callbackUrl=");
|
||
|
sb.append(str);
|
||
|
sb.append(", merchantInfo=");
|
||
|
sb.append(xlz);
|
||
|
sb.append(", paymentInfo=");
|
||
|
sb.append(list);
|
||
|
sb.append(", pointRedemption=");
|
||
|
sb.append(fft);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
xLZ xlz = this.e;
|
||
|
int hashCode2 = xlz == null ? 0 : xlz.hashCode();
|
||
|
List<C16360nhu> list = this.c;
|
||
|
int hashCode3 = list == null ? 0 : list.hashCode();
|
||
|
FFT fft = this.b;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (fft != null ? fft.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15758iOf)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15758iOf c15758iOf = (C15758iOf) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c15758iOf.d) && C14957gcv.b(this.e, c15758iOf.e) && C14957gcv.b(this.c, c15758iOf.c) && C14957gcv.b(this.b, c15758iOf.b);
|
||
|
}
|
||
|
}
|