Package com.mypurecloud.sdk.v2.model
Class QueryResponseData
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryResponseData
- All Implemented Interfaces:
Serializable
QueryResponseData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Interval with start and end represented as ISO-8601 string. i.e: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'/yyyy-MM-dd'T'HH:mm:ss.SSS'Z'metrics(List<QueryResponseMetric> metrics) A list of aggregated metricsvoidsetInterval(String interval) voidsetMetrics(List<QueryResponseMetric> metrics) toString()
-
Constructor Details
-
QueryResponseData
public QueryResponseData() -
QueryResponseData
-
-
Method Details
-
interval
Interval with start and end represented as ISO-8601 string. i.e: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'/yyyy-MM-dd'T'HH:mm:ss.SSS'Z' -
getInterval
-
setInterval
-
metrics
A list of aggregated metrics -
getMetrics
-
setMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-