Package com.dzidzi.dto.settlement
Class FindPlatformSettlementRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.settlement.FindPlatformSettlementRequest
FindPlatformSettlementRequest represents the DTO request containing the objects used to filter platform settlement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFrom()getTo()inthashCode()voidvoidsetOrderId(UUID orderId) voidsetStatus(SettlementStatus status) voidtoString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindPlatformSettlementRequest
public FindPlatformSettlementRequest()
-
-
Method Details