Package com.mypurecloud.sdk.v2.model
Class OrganizationCallMetrics
java.lang.Object
com.mypurecloud.sdk.v2.model.OrganizationCallMetrics
- All Implemented Interfaces:
Serializable
OrganizationCallMetrics
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe autoscaling status of the organization's call capacity.static enumThe current compute intensity of the organization's call capacity.static enumThe current memory intensity of the organization's call capacity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoScaleInProgress(OrganizationCallMetrics.AutoScaleInProgressEnum autoScaleInProgress) The autoscaling status of the organization's call capacity.autoScalingTriggerPercentage(Double autoScalingTriggerPercentage) The autoscaling trigger percentage of the organization's call capacity.concurrentCallCount(Integer concurrentCallCount) The current number of concurrent calls in the organization.concurrentCallSessionCount(Integer concurrentCallSessionCount) The current number of concurrent call sessions in the organization.cpuIntensity(OrganizationCallMetrics.CpuIntensityEnum cpuIntensity) The current compute intensity of the organization's call capacity.booleangetUsage()inthashCode()maxCallCapacity(Integer maxCallCapacity) The maximum number of concurrent calls allowed in the organization.maxCallSessionCapacity(Integer maxCallSessionCapacity) The maximum number of concurrent call sessions allowed in the organization.memoryIntensity(OrganizationCallMetrics.MemoryIntensityEnum memoryIntensity) The current memory intensity of the organization's call capacity.voidsetAutoScaleInProgress(OrganizationCallMetrics.AutoScaleInProgressEnum autoScaleInProgress) voidsetAutoScalingTriggerPercentage(Double autoScalingTriggerPercentage) voidsetConcurrentCallCount(Integer concurrentCallCount) voidsetConcurrentCallSessionCount(Integer concurrentCallSessionCount) voidsetCpuIntensity(OrganizationCallMetrics.CpuIntensityEnum cpuIntensity) voidsetMaxCallCapacity(Integer maxCallCapacity) voidsetMaxCallSessionCapacity(Integer maxCallSessionCapacity) voidsetMemoryIntensity(OrganizationCallMetrics.MemoryIntensityEnum memoryIntensity) voidtoString()The current usage percentage of the organization's call capacity.
-
Constructor Details
-
OrganizationCallMetrics
public OrganizationCallMetrics() -
OrganizationCallMetrics
-
-
Method Details
-
usage
The current usage percentage of the organization's call capacity. -
getUsage
-
setUsage
-
autoScalingTriggerPercentage
The autoscaling trigger percentage of the organization's call capacity. -
getAutoScalingTriggerPercentage
-
setAutoScalingTriggerPercentage
-
cpuIntensity
The current compute intensity of the organization's call capacity. -
getCpuIntensity
-
setCpuIntensity
-
memoryIntensity
public OrganizationCallMetrics memoryIntensity(OrganizationCallMetrics.MemoryIntensityEnum memoryIntensity) The current memory intensity of the organization's call capacity. -
getMemoryIntensity
-
setMemoryIntensity
-
concurrentCallCount
The current number of concurrent calls in the organization. -
getConcurrentCallCount
-
setConcurrentCallCount
-
concurrentCallSessionCount
The current number of concurrent call sessions in the organization. -
getConcurrentCallSessionCount
-
setConcurrentCallSessionCount
-
maxCallCapacity
The maximum number of concurrent calls allowed in the organization. -
getMaxCallCapacity
-
setMaxCallCapacity
-
maxCallSessionCapacity
The maximum number of concurrent call sessions allowed in the organization. -
getMaxCallSessionCapacity
-
setMaxCallSessionCapacity
-
autoScaleInProgress
public OrganizationCallMetrics autoScaleInProgress(OrganizationCallMetrics.AutoScaleInProgressEnum autoScaleInProgress) The autoscaling status of the organization's call capacity. -
getAutoScaleInProgress
-
setAutoScaleInProgress
public void setAutoScaleInProgress(OrganizationCallMetrics.AutoScaleInProgressEnum autoScaleInProgress) -
equals
-
hashCode
public int hashCode() -
toString
-