Class EnhancedCallLogs.UserEnhancedCallLogsGetListResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.EnhancedCallLogs.UserEnhancedCallLogsGetListResponse
All Implemented Interfaces:
Serializable
Enclosing class:
EnhancedCallLogs

public static class EnhancedCallLogs.UserEnhancedCallLogsGetListResponse extends Response
Response to UserEnhancedCallLogsGetListRequest23. Total numbers of rows is: - the total number of retrievable logs of the call log type that was specified in the UserEnhancedCallLogsGetListRequest22, if a call log type was specified in the request. - the total number of retrievable logs, if no call log type was specified in the request. A list of MixedCallLogsEntry will be returned if the call logs are stored on CDS A list of ExtendedMixedCallLogsEntry22 will be returned if the call logs are stored on DBS or Couchbase The logs are sorted by date/time of the call.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • UserEnhancedCallLogsGetListResponse

      public UserEnhancedCallLogsGetListResponse()
  • Method Details

    • setTotalNumberOfRows

      public void setTotalNumberOfRows(Integer totalNumberOfRows)
    • getTotalNumberOfRows

      public Integer getTotalNumberOfRows()
    • setLegacyEntry

      public void setLegacyEntry(LegacyEntry legacyEntry)
    • getLegacyEntry

      public LegacyEntry getLegacyEntry()
    • setExtendedEntry

      public void setExtendedEntry(ExtendedEntry extendedEntry)
    • getExtendedEntry

      public ExtendedEntry getExtendedEntry()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • setDateTimeRange

      public void setDateTimeRange(EnhancedCallLogsTimeRange dateTimeRange)
    • getDateTimeRange

      public EnhancedCallLogsTimeRange getDateTimeRange()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • 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