public class OrderFirehoseDTO extends Object
Constructor and Description |
---|
OrderFirehoseDTO() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
Long |
getOrderFirehoseQueueId() |
Long |
getOrderId() |
static String |
getOrderIdsAsString(Collection<OrderFirehoseDTO> dtos) |
int |
getProcessedQuantity() |
FirehoseQueueState |
getProcessedState() |
Long |
getProcessingBatch() |
void |
setEventType(EventType eventType) |
void |
setOrderFirehoseQueueId(Long contactFirehoseQueueId) |
void |
setOrderId(Long orderId) |
void |
setProcessedQuantity(int processedQuantity) |
void |
setProcessedState(FirehoseQueueState processedState) |
void |
setProcessingBatch(Long processingBatch) |
public static String getOrderIdsAsString(Collection<OrderFirehoseDTO> dtos)
public Long getOrderFirehoseQueueId()
public void setOrderFirehoseQueueId(Long contactFirehoseQueueId)
public EventType getEventType()
public void setEventType(EventType eventType)
public int getProcessedQuantity()
public void setProcessedQuantity(int processedQuantity)
public FirehoseQueueState getProcessedState()
public void setProcessedState(FirehoseQueueState processedState)
public Long getProcessingBatch()
public void setProcessingBatch(Long processingBatch)
public Long getOrderId()
public void setOrderId(Long orderId)
Copyright © 2020. All rights reserved.