Package com.mypurecloud.sdk.v2.model
Class ReportingInterval
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingInterval
- All Implemented Interfaces:
Serializable
ReportingInterval
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe granularity of the reporting interval period -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()intervalType(ReportingInterval.IntervalTypeEnum intervalType) The granularity of the reporting interval periodintervalValue(Integer intervalValue) The value of the reporting interval period for a given interval typevoidsetIntervalType(ReportingInterval.IntervalTypeEnum intervalType) voidsetIntervalValue(Integer intervalValue) toString()
-
Constructor Details
-
ReportingInterval
public ReportingInterval() -
ReportingInterval
-
-
Method Details
-
intervalType
The granularity of the reporting interval period -
getIntervalType
-
setIntervalType
-
intervalValue
The value of the reporting interval period for a given interval type -
getIntervalValue
-
setIntervalValue
-
equals
-
hashCode
public int hashCode() -
toString
-