Uses of Class
com.core.exception.message.DataList
-
Packages that use DataList Package Description com.core.exception.message -
-
Uses of DataList in com.core.exception.message
Methods in com.core.exception.message that return types with arguments of type DataList Modifier and Type Method Description java.util.List<DataList>
MessageData. getDataList()
Method parameters in com.core.exception.message with type arguments of type DataList Modifier and Type Method Description void
MessageData. setDataList(java.util.List<DataList> dataList)
Constructor parameters in com.core.exception.message with type arguments of type DataList Constructor Description MessageData(DataHeader dataHdr, java.util.List<DataList> dataList)
-