Package com.mypurecloud.sdk.v2.model
Class ServiceLevel
java.lang.Object
com.mypurecloud.sdk.v2.model.ServiceLevel
- All Implemented Interfaces:
Serializable
ServiceLevel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondurationMs(Long durationMs) Service Level target in milliseconds.booleaninthashCode()percentage(Double percentage) The desired Service Level.voidsetDurationMs(Long durationMs) voidsetPercentage(Double percentage) toString()
-
Constructor Details
-
ServiceLevel
public ServiceLevel() -
ServiceLevel
-
-
Method Details
-
percentage
The desired Service Level. A value between 0 and 1. -
getPercentage
-
setPercentage
-
durationMs
Service Level target in milliseconds. -
getDurationMs
-
setDurationMs
-
equals
-
hashCode
public int hashCode() -
toString
-