Package com.abavilla.fpi.load.ext.dto
Class QueryRespDto
java.lang.Object
com.abavilla.fpi.fw.dto.AbsDto
com.abavilla.fpi.load.ext.dto.QueryRespDto
- All Implemented Interfaces:
com.abavilla.fpi.fw.dto.IDto,Serializable
public class QueryRespDto
extends com.abavilla.fpi.fw.dto.AbsDto
Data transfer object containing the response for the load query request
- Author:
- Vince Villamora
- See Also:
-
Field Summary
Fields inherited from class com.abavilla.fpi.fw.dto.AbsDto
dateCreated, dateUpdated, id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.abavilla.fpi.fw.dto.AbsDto
canEqual, chainEx, equals, getDateCreated, getDateUpdated, getExceptions, getId, getLastEx, hashCode, setDateCreated, setDateUpdated, setExceptions, setId, toJson, toJsonStr, toString
-
Constructor Details
-
QueryRespDto
public QueryRespDto()
-