74 lines
2.1 KiB
Java
74 lines
2.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.scb.phone.domain.entity.mwpartner.EntityMappingException;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class VbM {
|
|
|
|
@SerializedName("prefill")
|
|
public KsT a;
|
|
|
|
@SerializedName("province")
|
|
public List<SEh> b;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR<SEh, C15941jmz> {
|
|
public static final Sts a = new Sts();
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ C15941jmz invoke(SEh sEh) {
|
|
SEh sEh2 = sEh;
|
|
C14957gcv.e(sEh2, "");
|
|
String str = sEh2.c;
|
|
if (str == null) {
|
|
throw new EntityMappingException(sEh2.a);
|
|
}
|
|
String str2 = sEh2.d;
|
|
if (str2 != null) {
|
|
return new C15941jmz(str, str2);
|
|
}
|
|
throw new EntityMappingException(sEh2.a);
|
|
}
|
|
|
|
Sts() {
|
|
super(1);
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ C15941jmz d(InterfaceC14894gbR interfaceC14894gbR, Object obj) {
|
|
C14957gcv.e(interfaceC14894gbR, "");
|
|
return (C15941jmz) interfaceC14894gbR.invoke(obj);
|
|
}
|
|
|
|
public final String toString() {
|
|
KsT ksT = this.a;
|
|
List<SEh> list = this.b;
|
|
StringBuilder sb = new StringBuilder("CarCollateralPrefillEntity(prefill=");
|
|
sb.append(ksT);
|
|
sb.append(", province=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
KsT ksT = this.a;
|
|
int hashCode = ksT == null ? 0 : ksT.hashCode();
|
|
List<SEh> list = this.b;
|
|
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof VbM)) {
|
|
return false;
|
|
}
|
|
VbM vbM = (VbM) obj;
|
|
return C14957gcv.b(this.a, vbM.a) && C14957gcv.b(this.b, vbM.b);
|
|
}
|
|
}
|