25 lines
464 B
Java
25 lines
464 B
Java
package com.scb.phone.data.entity.transfer;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import o.C16562pOe;
|
|
import o.yzb;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class SingleDataEntity<T> extends C16562pOe {
|
|
|
|
@SerializedName("data")
|
|
private T data;
|
|
|
|
public SingleDataEntity() {
|
|
}
|
|
|
|
public SingleDataEntity(yzb yzbVar, T t) {
|
|
super(yzbVar);
|
|
this.data = t;
|
|
}
|
|
|
|
public T getData() {
|
|
return this.data;
|
|
}
|
|
}
|