Package com.mypurecloud.sdk.v2.model
Class OutboundMessagingMessagingCampaignProgressEventCampaignProgress
java.lang.Object
com.mypurecloud.sdk.v2.model.OutboundMessagingMessagingCampaignProgressEventCampaignProgress
- All Implemented Interfaces:
Serializable
public class OutboundMessagingMessagingCampaignProgressEventCampaignProgress
extends Object
implements Serializable
OutboundMessagingMessagingCampaignProgressEventCampaignProgress
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundMessagingMessagingCampaignProgressEventCampaignProgress(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) booleaninthashCode()numberOfContactsCalled(BigDecimal numberOfContactsCalled) The number of contacts that have been called so farnumberOfContactsMessaged(BigDecimal numberOfContactsMessaged) The number of contacts that have been messaged so farnumberOfContactsSkipped(Map<String, Long> numberOfContactsSkipped) A map of skipped reasons and the number of contacts associated with each.percentage(Long percentage) numberOfContactsContacted/totalNumberOfContacts*100voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidvoidsetNumberOfContactsCalled(BigDecimal numberOfContactsCalled) voidsetNumberOfContactsMessaged(BigDecimal numberOfContactsMessaged) voidsetNumberOfContactsSkipped(Map<String, Long> numberOfContactsSkipped) voidsetPercentage(Long percentage) voidsetTotalNumberOfContacts(BigDecimal totalNumberOfContacts) toString()totalNumberOfContacts(BigDecimal totalNumberOfContacts) The total number of contacts in the contact list
-
Constructor Details
-
OutboundMessagingMessagingCampaignProgressEventCampaignProgress
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress() -
OutboundMessagingMessagingCampaignProgressEventCampaignProgress
-
-
Method Details
-
campaign
-
getCampaign
-
setCampaign
-
numberOfContactsCalled
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress numberOfContactsCalled(BigDecimal numberOfContactsCalled) The number of contacts that have been called so far -
getNumberOfContactsCalled
-
setNumberOfContactsCalled
-
numberOfContactsMessaged
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress numberOfContactsMessaged(BigDecimal numberOfContactsMessaged) The number of contacts that have been messaged so far -
getNumberOfContactsMessaged
-
setNumberOfContactsMessaged
-
totalNumberOfContacts
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress totalNumberOfContacts(BigDecimal totalNumberOfContacts) The total number of contacts in the contact list -
getTotalNumberOfContacts
-
setTotalNumberOfContacts
-
percentage
numberOfContactsContacted/totalNumberOfContacts*100 -
getPercentage
-
setPercentage
-
numberOfContactsSkipped
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress numberOfContactsSkipped(Map<String, Long> numberOfContactsSkipped) A map of skipped reasons and the number of contacts associated with each. -
getNumberOfContactsSkipped
-
setNumberOfContactsSkipped
-
additionalProperties
public OutboundMessagingMessagingCampaignProgressEventCampaignProgress additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
equals
-
hashCode
public int hashCode() -
toString
-