Class DeploymentPing

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

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

    • DeploymentPing

      public DeploymentPing()
    • DeploymentPing

      public DeploymentPing(Boolean initWithEmptyList)
  • Method Details

    • actions

      public DeploymentPing actions(List<DeploymentWebAction> actions)
      Collection of actions to be offered or displayed to the visitor.
    • getActions

      public List<DeploymentWebAction> getActions()
    • setActions

      public void setActions(List<DeploymentWebAction> actions)
    • pollIntervalMilliseconds

      public DeploymentPing pollIntervalMilliseconds(Integer pollIntervalMilliseconds)
      Custom poll interval in milliseconds; when the return value is -1, disable pings.
    • getPollIntervalMilliseconds

      public Integer getPollIntervalMilliseconds()
    • setPollIntervalMilliseconds

      public void setPollIntervalMilliseconds(Integer pollIntervalMilliseconds)
    • 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