Package com.seeq.model
Class AgentStatusOutputV1
java.lang.Object
com.seeq.model.AgentStatusOutputV1
The status for all agents accessible by the user. Provided only when the required level of detail is 'Complete'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
The name of the agent.Indicates if the agent is a remote agent.Error if any for remote agent updateVersion Update status of remote agentsThe status of the current connection between the agent and the Seeq application server.The Seeq version of the agentint
hashCode()
remoteAgent
(Boolean remoteAgent) remoteUpdateError
(String remoteUpdateError) remoteUpdateStatus
(String remoteUpdateStatus) void
void
setRemoteAgent
(Boolean remoteAgent) void
setRemoteUpdateError
(String remoteUpdateError) void
setRemoteUpdateStatus
(String remoteUpdateStatus) void
void
setVersion
(String version) toString()
-
Constructor Details
-
AgentStatusOutputV1
public AgentStatusOutputV1()
-
-
Method Details
-
name
-
getName
The name of the agent. This name uniquely identifies the agent- Returns:
- name
-
setName
-
remoteAgent
-
getRemoteAgent
Indicates if the agent is a remote agent. This is false for local agents.- Returns:
- remoteAgent
-
setRemoteAgent
-
remoteUpdateError
-
getRemoteUpdateError
Error if any for remote agent update- Returns:
- remoteUpdateError
-
setRemoteUpdateError
-
remoteUpdateStatus
-
getRemoteUpdateStatus
Version Update status of remote agents- Returns:
- remoteUpdateStatus
-
setRemoteUpdateStatus
-
status
-
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
-
version
-
getVersion
The Seeq version of the agent- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-