Class IdOrderDownloadResponse
java.lang.Object
com.persequor.saga.modules.id.response.IdOrderDownloadResponse
-
Constructor Summary
ConstructorsConstructorDescriptionIdOrderDownloadResponse
(UUID sagaOrderId, Collection<String> productIds, int offsetLowerBound, int totalCount, String userOrderId) -
Method Summary
-
Constructor Details
-
IdOrderDownloadResponse
public IdOrderDownloadResponse(UUID sagaOrderId, Collection<String> productIds, int offsetLowerBound, int totalCount, String userOrderId)
-
-
Method Details
-
getTotalCount
public int getTotalCount() -
getOffsetLowerBound
public int getOffsetLowerBound() -
getOffsetUpperBound
public int getOffsetUpperBound() -
getCount
public int getCount() -
getSagaOrderId
-
getProductIds
-
getUserOrderId
-
setUserOrderId
-