Package com.qfs.snl.dtos
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 Summary
ConstructorsConstructorDescriptionEmpty constructor.AgentConnectionDetailsDto(String url, String liveUrl) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the url of APLive to use when interacting with this agent.getUrl()Get the url to use to interact with the agent.inthashCode()voidsetLiveUrl(String liveUrl) Set the url of APLive to use when interacting with this agent.voidSet the url to use to interact with the agent.
-
Constructor Details
-
AgentConnectionDetailsDto
public AgentConnectionDetailsDto()Empty constructor. -
AgentConnectionDetailsDto
Constructor.- Parameters:
url- the url to use to interact with the agentliveUrl- the url of live to use to query data with the agent
-
-
Method Details
-
getUrl
Description copied from interface:IAgentConnectionDetailsGet the url to use to interact with the agent.- Specified by:
getUrlin interfaceIAgentConnectionDetails- Returns:
- the url to interact with the agent
-
setUrl
Set the url to use to interact with the agent.- Parameters:
url- the url to set
-
getLiveUrl
Get the url of APLive to use when interacting with this agent.- Specified by:
getLiveUrlin interfaceIAgentConnectionDetails- Returns:
- the live url
-
setLiveUrl
Set the url of APLive to use when interacting with this agent.- Parameters:
liveUrl- the live url
-
hashCode
public int hashCode() -
equals
-