Class Agent

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

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

    • Agent

      public Agent()
    • Agent

      public Agent(Boolean initWithEmptyList)
  • Method Details

    • stage

      public Agent stage(String stage)
      The current stage for this agent
    • getStage

      public String getStage()
    • setStage

      public void setStage(String stage)
    • 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