Package com.mypurecloud.sdk.v2.model
Class EventAggregatesResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EventAggregatesResponse
- All Implemented Interfaces:
Serializable
EventAggregatesResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventDefinitionAggregates(List<EventDefinitionAggregates> eventDefinitionAggregates) Aggregates by event definitioninthashCode()Interval for returned aggregates.voidsetEventDefinitionAggregates(List<EventDefinitionAggregates> eventDefinitionAggregates) voidsetInterval(String interval) toString()
-
Constructor Details
-
EventAggregatesResponse
public EventAggregatesResponse() -
EventAggregatesResponse
-
-
Method Details
-
interval
Interval for returned aggregates. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
eventDefinitionAggregates
public EventAggregatesResponse eventDefinitionAggregates(List<EventDefinitionAggregates> eventDefinitionAggregates) Aggregates by event definition -
getEventDefinitionAggregates
-
setEventDefinitionAggregates
-
equals
-
hashCode
public int hashCode() -
toString
-