Package com.mypurecloud.sdk.v2.model
Class DispositionSilentCallTimeout
java.lang.Object
com.mypurecloud.sdk.v2.model.DispositionSilentCallTimeout
- All Implemented Interfaces:
Serializable
DispositionSilentCallTimeout
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTimeoutMs(Integer timeoutMs) voidsetTimerEndTime(Date timerEndTime) voidsetTimerStartTime(Date timerStartTime) Configured silent call timeout value.timerEndTime(Date timerEndTime) Timer end time.timerStartTime(Date timerStartTime) Timer start time.toString()
-
Constructor Details
-
DispositionSilentCallTimeout
public DispositionSilentCallTimeout() -
DispositionSilentCallTimeout
-
-
Method Details
-
timeoutMs
Configured silent call timeout value. -
getTimeoutMs
-
setTimeoutMs
-
timerStartTime
Timer start time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimerStartTime
-
setTimerStartTime
-
timerEndTime
Timer end time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimerEndTime
-
setTimerEndTime
-
equals
-
hashCode
public int hashCode() -
toString
-