Package com.seeq.model
Class AgentStatusV1
java.lang.Object
com.seeq.model.AgentStatusV1
AgentStatusV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConnectionsItem
(ConnectionStatusV1 connectionsItem) connections
(List<ConnectionStatusV1> connections) boolean
The status for each connection known by the agentgetId()
The ID of the agent.getName()
The name of the agent.Indicates if the agent is a remote agent.The status of the current connection between the agent and the Seeq application server.The Seeq version of the agentint
hashCode()
remoteAgent
(Boolean remoteAgent) void
setConnections
(List<ConnectionStatusV1> connections) void
void
void
setRemoteAgent
(Boolean remoteAgent) void
void
setVersion
(String version) toString()
-
Constructor Details
-
AgentStatusV1
public AgentStatusV1()
-
-
Method Details
-
connections
-
addConnectionsItem
-
getConnections
The status for each connection known by the agent- Returns:
- connections
-
setConnections
-
id
-
getId
The ID of the agent. This ID uniquely identifies this agent but does not convey any information about the agent. There is no specified structure for this ID; it may be in UUID form but need not be- Returns:
- id
-
setId
-
name
-
getName
The name of the agent. The name uniquely identify the agent and it is usually equal to the ID- Returns:
- name
-
setName
-
remoteAgent
-
getRemoteAgent
Indicates if the agent is a remote agent. This is false for local agents.- Returns:
- remoteAgent
-
setRemoteAgent
-
status
-
getStatus
The status of the current connection between the agent and the Seeq application server. Valid values are Connected, Disconnected and Connecting- Returns:
- status
-
setStatus
-
version
-
getVersion
The Seeq version of the agent- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-