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:
java.io.Serializable
- Enclosing class:
- EnhancedCallLogs
public static class EnhancedCallLogs.UserEnhancedCallLogsGetListResponse extends Response
Response to UserEnhancedCallLogsGetListRequest22. 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected EnhancedCallLogsTimeRangedateTimeRangeprotected ExtendedEntryextendedEntryprotected LegacyEntrylegacyEntryprotected java.lang.IntegertotalNumberOfRowsprotected BroadWorksUseruserFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText -
Constructor Summary
Constructors Constructor Description UserEnhancedCallLogsGetListResponse() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)BroadWorksUsergetBroadWorksUser()EnhancedCallLogsTimeRangegetDateTimeRange()ExtendedEntrygetExtendedEntry()LegacyEntrygetLegacyEntry()java.lang.IntegergetTotalNumberOfRows()inthashCode()voidsetDateTimeRange(EnhancedCallLogsTimeRange dateTimeRange)voidsetExtendedEntry(ExtendedEntry extendedEntry)voidsetLegacyEntry(LegacyEntry legacyEntry)voidsetTotalNumberOfRows(java.lang.Integer totalNumberOfRows)voidsetUser(BroadWorksUser user)voidtransform()Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
totalNumberOfRows
protected java.lang.Integer totalNumberOfRows -
legacyEntry
-
extendedEntry
-
user
-
dateTimeRange
-
-
Constructor Details
-
UserEnhancedCallLogsGetListResponse
public UserEnhancedCallLogsGetListResponse()
-
-
Method Details
-
setTotalNumberOfRows
public void setTotalNumberOfRows(java.lang.Integer totalNumberOfRows) -
getTotalNumberOfRows
public java.lang.Integer getTotalNumberOfRows() -
setLegacyEntry
-
getLegacyEntry
-
setExtendedEntry
-
getExtendedEntry
-
setUser
-
getBroadWorksUser
-
setDateTimeRange
-
getDateTimeRange
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-