public class ContactFirehoseDTO extends AbstractContactFirehoseDTO
Modifier and Type | Class and Description |
---|---|
static class |
ContactFirehoseDTO.EventType |
static class |
ContactFirehoseDTO.FirehoseQueueContactState |
Constructor and Description |
---|
ContactFirehoseDTO() |
Modifier and Type | Method and Description |
---|---|
Long |
getContactFirehoseQueueId() |
static String |
getContactNumbersAsString(Collection<ContactFirehoseDTO> contacts) |
ContactFirehoseDTO.EventType |
getEventType() |
int |
getProcessedQuantity() |
ContactFirehoseDTO.FirehoseQueueContactState |
getProcessedState() |
Long |
getProcessingBatch() |
void |
setContactFirehoseQueueId(Long contactFirehoseQueueId) |
void |
setEventType(ContactFirehoseDTO.EventType eventType) |
void |
setProcessedQuantity(int processedQuantity) |
void |
setProcessedState(ContactFirehoseDTO.FirehoseQueueContactState processedState) |
void |
setProcessingBatch(Long processingBatch) |
getContactId, getContactNumber, getContactRole, getContactType, getInstitutionCode, setContactId, setContactNumber, setContactRole, setContactType, setInstitutionCode
public static String getContactNumbersAsString(Collection<ContactFirehoseDTO> contacts)
public ContactFirehoseDTO.FirehoseQueueContactState getProcessedState()
public void setProcessedState(ContactFirehoseDTO.FirehoseQueueContactState processedState)
public Long getProcessingBatch()
public void setProcessingBatch(Long processingBatch)
public void setProcessedQuantity(int processedQuantity)
public int getProcessedQuantity()
public Long getContactFirehoseQueueId()
public void setContactFirehoseQueueId(Long contactFirehoseQueueId)
public ContactFirehoseDTO.EventType getEventType()
public void setEventType(ContactFirehoseDTO.EventType eventType)
Copyright © 2021. All rights reserved.