Class AgentDescriptionDto

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

public class AgentDescriptionDto extends Object implements IAgentDescription, Serializable
Data transfer object for IAgentDescription.
Author:
ActiveViam
See Also:
  • Constructor Details Link icon

    • AgentDescriptionDto Link icon

      public AgentDescriptionDto()
      Empty constructor.
    • AgentDescriptionDto Link icon

      public AgentDescriptionDto(String agentName, String agentType, AgentConnectionDetailsDto connectionDetails, List<String> sites)
      Constructor.
      Parameters:
      agentName - the name of the agent
      agentType - the type of the agent
      connectionDetails - the connection details about the agent
      sites - the list of sites available on this agent
    • AgentDescriptionDto Link icon

      public AgentDescriptionDto(String agentName, String agentType, String agentUrl, String liveUrl, List<String> sites)
      Constructor.
      Parameters:
      agentName - the name of the agent
      agentType - the type of the agent
      agentUrl - the url of the agent
      liveUrl - the url of live to use to query data on this agent
      sites - the list of sites available on this agent
  • Method Details Link icon