Class RegisteredAgentDescriptionDto

java.lang.Object
com.qfs.snl.dtos.AgentDescriptionDto
com.qfs.snl.dtos.RegisteredAgentDescriptionDto
All Implemented Interfaces:
IAgentDescription, IRegisteredAgentDescription, Serializable

public class RegisteredAgentDescriptionDto extends AgentDescriptionDto implements IRegisteredAgentDescription
Data transfer object for IRegisteredAgentDescription.
Author:
ActiveViam
See Also:
  • Constructor Details Link icon

    • RegisteredAgentDescriptionDto Link icon

      public RegisteredAgentDescriptionDto()
      Empty constructor.
    • RegisteredAgentDescriptionDto Link icon

      public RegisteredAgentDescriptionDto(int id, String agentName, String agentType, AgentConnectionDetailsDto connectionDetails, List<String> sites)
      Constructor.
      Parameters:
      id - the id of the agent within the ActiveMonitor server
      agentName - the name of the agent
      agentType - the type of the agent
      connectionDetails - the connection details about the agent
      sites - the list of sites
    • RegisteredAgentDescriptionDto Link icon

      public RegisteredAgentDescriptionDto(int id, String agentName, String agentType, String agentUrl, String liveUrl, List<String> sites)
      Constructor.
      Parameters:
      id - the id of the agent within the ActiveMonitor server
      agentName - the name of the agent
      agentType - the type of the agent
      agentUrl - the url of the agent
      liveUrl - the live url to use when querying data on the agent
      sites - the list of sites
  • Method Details Link icon