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

29 lines
811 B
Java

package o;
import com.scb.phone.domain.entity.mwpartner.EntityMappingException;
/* loaded from: classes3.dex */
public final class lPV extends ZTC {
@InterfaceC13391fZD
public lPV() {
}
public static C8914dZo d(jgA jga) {
C14957gcv.e(jga, "");
Double d = jga.e;
if (d == null) {
throw new EntityMappingException("data must not be null or empty");
}
double doubleValue = d.doubleValue();
String str = jga.a;
if (str == null) {
throw new EntityMappingException("data must not be null or empty");
}
String str2 = jga.b;
if (str2 != null) {
return new C8914dZo(doubleValue, str, str2);
}
throw new EntityMappingException("data must not be null or empty");
}
}