Class AgentStatusOutputV1

java.lang.Object
com.seeq.model.AgentStatusOutputV1

public class AgentStatusOutputV1 extends Object
The status for all agents accessible by the user. Provided only when the required level of detail is 'Complete'
  • Constructor Details

    • AgentStatusOutputV1

      public AgentStatusOutputV1()
  • Method Details

    • name

      public AgentStatusOutputV1 name(String name)
    • getName

      public String getName()
      The name of the agent. This name uniquely identifies the agent
      Returns:
      name
    • setName

      public void setName(String name)
    • remoteAgent

      public AgentStatusOutputV1 remoteAgent(Boolean remoteAgent)
    • getRemoteAgent

      public Boolean getRemoteAgent()
      Indicates if the agent is a remote agent. This is false for local agents.
      Returns:
      remoteAgent
    • setRemoteAgent

      public void setRemoteAgent(Boolean remoteAgent)
    • remoteUpdateError

      public AgentStatusOutputV1 remoteUpdateError(String remoteUpdateError)
    • getRemoteUpdateError

      public String getRemoteUpdateError()
      Error if any for remote agent update
      Returns:
      remoteUpdateError
    • setRemoteUpdateError

      public void setRemoteUpdateError(String remoteUpdateError)
    • remoteUpdateStatus

      public AgentStatusOutputV1 remoteUpdateStatus(String remoteUpdateStatus)
    • getRemoteUpdateStatus

      public String getRemoteUpdateStatus()
      Version Update status of remote agents
      Returns:
      remoteUpdateStatus
    • setRemoteUpdateStatus

      public void setRemoteUpdateStatus(String remoteUpdateStatus)
    • status

      public AgentStatusOutputV1 status(String status)
    • getStatus

      public String getStatus()
      The status of the current connection between the agent and the Seeq application server. Valid values are CONNECTED, CONNECTING and DISCONNECTED
      Returns:
      status
    • setStatus

      public void setStatus(String status)
    • version

      public AgentStatusOutputV1 version(String version)
    • getVersion

      public String getVersion()
      The Seeq version of the agent
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • 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