60 lines
1.8 KiB
Java
60 lines
1.8 KiB
Java
package o;
|
|
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
import java.util.ArrayList;
|
|
import java.util.Collection;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class QXD extends ZTC {
|
|
@InterfaceC13391fZD
|
|
public QXD() {
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public static List<CNz> a(List<? extends SingleDataEntity<XvE>> list) {
|
|
if (list == null) {
|
|
return null;
|
|
}
|
|
List<? extends SingleDataEntity<XvE>> list2 = list;
|
|
C14957gcv.e(list2, "");
|
|
ArrayList arrayList = new ArrayList(list2 instanceof Collection ? list2.size() : 10);
|
|
Iterator<T> it = list2.iterator();
|
|
while (it.hasNext()) {
|
|
SingleDataEntity singleDataEntity = (SingleDataEntity) it.next();
|
|
CNz cNz = new CNz();
|
|
yzb status = singleDataEntity.getStatus();
|
|
cNz.a = status != null ? status.e : null;
|
|
yzb status2 = singleDataEntity.getStatus();
|
|
cNz.e = status2 != null ? status2.c : null;
|
|
boolean z = true;
|
|
if (((XvE) singleDataEntity.getData()).d != 1) {
|
|
z = false;
|
|
}
|
|
cNz.b = z;
|
|
cNz.c = ((XvE) singleDataEntity.getData()).c;
|
|
cNz.d = ((XvE) singleDataEntity.getData()).b;
|
|
cNz.f = ZTC.b(((XvE) singleDataEntity.getData()).e, (OffsetDateTime) null);
|
|
cNz.i = ((XvE) singleDataEntity.getData()).a;
|
|
C14957gcv.c(cNz, "");
|
|
arrayList.add(cNz);
|
|
}
|
|
return arrayList;
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
}
|
|
}
|