Class AgentConnectionDetailsDto

java.lang.Object
com.qfs.snl.dtos.AgentConnectionDetailsDto
All Implemented Interfaces:
IAgentConnectionDetails, Serializable

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

    • AgentConnectionDetailsDto Link icon

      public AgentConnectionDetailsDto()
      Empty constructor.
    • AgentConnectionDetailsDto Link icon

      public AgentConnectionDetailsDto(String url, String liveUrl)
      Constructor.
      Parameters:
      url - the url to use to interact with the agent
      liveUrl - the url of live to use to query data with the agent
  • Method Details Link icon

    • getUrl Link icon

      public String getUrl()
      Description copied from interface: IAgentConnectionDetails
      Get the url to use to interact with the agent.
      Specified by:
      getUrl in interface IAgentConnectionDetails
      Returns:
      the url to interact with the agent
    • setUrl Link icon

      public void setUrl(String url)
      Set the url to use to interact with the agent.
      Parameters:
      url - the url to set
    • getLiveUrl Link icon

      public String getLiveUrl()
      Get the url of APLive to use when interacting with this agent.
      Specified by:
      getLiveUrl in interface IAgentConnectionDetails
      Returns:
      the live url
    • setLiveUrl Link icon

      public void setLiveUrl(String liveUrl)
      Set the url of APLive to use when interacting with this agent.
      Parameters:
      liveUrl - the live url
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class Object