Package com.mypurecloud.sdk.v2.model
Class EdgeServiceStateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeServiceStateRequest
- All Implemented Interfaces:
Serializable
EdgeServiceStateRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallDrainingWaitTimeSeconds(Integer callDrainingWaitTimeSeconds) The number of seconds to wait for call draining to complete before initiating the reboot.booleaninthashCode()A boolean that sets the Edge in-service or out-of-service.voidsetCallDrainingWaitTimeSeconds(Integer callDrainingWaitTimeSeconds) voidsetInService(Boolean inService) toString()
-
Constructor Details
-
EdgeServiceStateRequest
public EdgeServiceStateRequest() -
EdgeServiceStateRequest
-
-
Method Details
-
inService
A boolean that sets the Edge in-service or out-of-service. -
getInService
-
setInService
-
callDrainingWaitTimeSeconds
The number of seconds to wait for call draining to complete before initiating the reboot. A value of 0 will prevent call draining and all calls will disconnect immediately. -
getCallDrainingWaitTimeSeconds
-
setCallDrainingWaitTimeSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-