Class DispositionSilentCallTimeout

java.lang.Object
com.mypurecloud.sdk.v2.model.DispositionSilentCallTimeout
All Implemented Interfaces:
Serializable

public class DispositionSilentCallTimeout extends Object implements Serializable
DispositionSilentCallTimeout
See Also:
  • Constructor Details

    • DispositionSilentCallTimeout

      public DispositionSilentCallTimeout()
    • DispositionSilentCallTimeout

      public DispositionSilentCallTimeout(Boolean initWithEmptyList)
  • Method Details

    • timeoutMs

      public DispositionSilentCallTimeout timeoutMs(Integer timeoutMs)
      Configured silent call timeout value.
    • getTimeoutMs

      public Integer getTimeoutMs()
    • setTimeoutMs

      public void setTimeoutMs(Integer timeoutMs)
    • timerStartTime

      public DispositionSilentCallTimeout timerStartTime(Date timerStartTime)
      Timer start time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimerStartTime

      public Date getTimerStartTime()
    • setTimerStartTime

      public void setTimerStartTime(Date timerStartTime)
    • timerEndTime

      public DispositionSilentCallTimeout timerEndTime(Date timerEndTime)
      Timer end time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimerEndTime

      public Date getTimerEndTime()
    • setTimerEndTime

      public void setTimerEndTime(Date timerEndTime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object