41 lines
1001 B
Java
41 lines
1001 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class sPZ {
|
|
|
|
@SerializedName("tcInfo")
|
|
public final ORl c;
|
|
|
|
@SerializedName("bnplLoanInfo")
|
|
public final List<C16015kVo> d;
|
|
|
|
public final String toString() {
|
|
List<C16015kVo> list = this.d;
|
|
ORl oRl = this.c;
|
|
StringBuilder sb = new StringBuilder("BNPLPreValidationDataEntity(bnplLoanInfo=");
|
|
sb.append(list);
|
|
sb.append(", tcInfo=");
|
|
sb.append(oRl);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof sPZ)) {
|
|
return false;
|
|
}
|
|
sPZ spz = (sPZ) obj;
|
|
return C14957gcv.b(this.d, spz.d) && C14957gcv.b(this.c, spz.c);
|
|
}
|
|
}
|