Class TimeZoneMappingPreview

java.lang.Object
com.mypurecloud.sdk.v2.model.TimeZoneMappingPreview
All Implemented Interfaces:
Serializable

public class TimeZoneMappingPreview extends Object implements Serializable
TimeZoneMappingPreview
See Also:
  • Constructor Details

    • TimeZoneMappingPreview

      public TimeZoneMappingPreview()
    • TimeZoneMappingPreview

      public TimeZoneMappingPreview(Boolean initWithEmptyList)
  • Method Details

    • contactList

      public TimeZoneMappingPreview contactList(DomainEntityRef contactList)
      The associated ContactList
    • getContactList

      public DomainEntityRef getContactList()
    • setContactList

      public void setContactList(DomainEntityRef contactList)
    • contactsPerTimeZone

      public TimeZoneMappingPreview contactsPerTimeZone(Map<String,Long> contactsPerTimeZone)
      The number of contacts per time zone that mapped to only that time zone
    • getContactsPerTimeZone

      public Map<String,Long> getContactsPerTimeZone()
    • setContactsPerTimeZone

      public void setContactsPerTimeZone(Map<String,Long> contactsPerTimeZone)
    • contactsMappedUsingZipCode

      public TimeZoneMappingPreview contactsMappedUsingZipCode(Map<String,Long> contactsMappedUsingZipCode)
      The number of contacts per time zone that mapped to only that time zone and were mapped using the zip code column
    • getContactsMappedUsingZipCode

      public Map<String,Long> getContactsMappedUsingZipCode()
    • setContactsMappedUsingZipCode

      public void setContactsMappedUsingZipCode(Map<String,Long> contactsMappedUsingZipCode)
    • contactsMappedToASingleZone

      public TimeZoneMappingPreview contactsMappedToASingleZone(Long contactsMappedToASingleZone)
      The total number of contacts that mapped to a single time zone
    • getContactsMappedToASingleZone

      public Long getContactsMappedToASingleZone()
    • setContactsMappedToASingleZone

      public void setContactsMappedToASingleZone(Long contactsMappedToASingleZone)
    • contactsMappedToASingleZoneUsingZipCode

      public TimeZoneMappingPreview contactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode)
      The total number of contacts that mapped to a single time zone and were mapped using the zip code column
    • getContactsMappedToASingleZoneUsingZipCode

      public Long getContactsMappedToASingleZoneUsingZipCode()
    • setContactsMappedToASingleZoneUsingZipCode

      public void setContactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode)
    • contactsMappedToMultipleZones

      public TimeZoneMappingPreview contactsMappedToMultipleZones(Long contactsMappedToMultipleZones)
      The total number of contacts that mapped to multiple time zones
    • getContactsMappedToMultipleZones

      public Long getContactsMappedToMultipleZones()
    • setContactsMappedToMultipleZones

      public void setContactsMappedToMultipleZones(Long contactsMappedToMultipleZones)
    • contactsMappedToMultipleZonesUsingZipCode

      public TimeZoneMappingPreview contactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode)
      The total number of contacts that mapped to multiple time zones and were mapped using the zip code column
    • getContactsMappedToMultipleZonesUsingZipCode

      public Long getContactsMappedToMultipleZonesUsingZipCode()
    • setContactsMappedToMultipleZonesUsingZipCode

      public void setContactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode)
    • contactsInDefaultWindow

      public TimeZoneMappingPreview contactsInDefaultWindow(Long contactsInDefaultWindow)
      The total number of contacts that will be dialed during the default window
    • getContactsInDefaultWindow

      public Long getContactsInDefaultWindow()
    • setContactsInDefaultWindow

      public void setContactsInDefaultWindow(Long contactsInDefaultWindow)
    • contactListSize

      public TimeZoneMappingPreview contactListSize(Long contactListSize)
      The total number of contacts in the contact list
    • getContactListSize

      public Long getContactListSize()
    • setContactListSize

      public void setContactListSize(Long contactListSize)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object