Package com.mypurecloud.sdk.v2.model
Class DeploymentPing
java.lang.Object
com.mypurecloud.sdk.v2.model.DeploymentPing
- All Implemented Interfaces:
Serializable
DeploymentPing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(List<DeploymentWebAction> actions) Collection of actions to be offered or displayed to the visitor.booleaninthashCode()pollIntervalMilliseconds(Integer pollIntervalMilliseconds) Custom poll interval in milliseconds; when the return value is -1, disable pings.voidsetActions(List<DeploymentWebAction> actions) voidsetPollIntervalMilliseconds(Integer pollIntervalMilliseconds) toString()
-
Constructor Details
-
DeploymentPing
public DeploymentPing() -
DeploymentPing
-
-
Method Details
-
actions
Collection of actions to be offered or displayed to the visitor. -
getActions
-
setActions
-
pollIntervalMilliseconds
Custom poll interval in milliseconds; when the return value is -1, disable pings. -
getPollIntervalMilliseconds
-
setPollIntervalMilliseconds
-
equals
-
hashCode
public int hashCode() -
toString
-