Package com.mypurecloud.sdk.v2.model
Class FacetStatistics
java.lang.Object
com.mypurecloud.sdk.v2.model.FacetStatistics
- All Implemented Interfaces:
Serializable
FacetStatistics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDate time is represented as an ISO-8601 string.Date time is represented as an ISO-8601 string.booleangetCount()getMax()getMean()getMin()inthashCode()voidvoidsetDateMax(Date dateMax) voidsetDateMin(Date dateMin) voidvoidvoidvoidsetStdDeviation(Double stdDeviation) stdDeviation(Double stdDeviation) toString()
-
Constructor Details
-
FacetStatistics
public FacetStatistics() -
FacetStatistics
-
-
Method Details
-
count
-
getCount
-
setCount
-
min
-
getMin
-
setMin
-
max
-
getMax
-
setMax
-
mean
-
getMean
-
setMean
-
stdDeviation
-
getStdDeviation
-
setStdDeviation
-
dateMin
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateMin
-
setDateMin
-
dateMax
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateMax
-
setDateMax
-
equals
-
hashCode
public int hashCode() -
toString
-