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 TypeMethodDescriptionboolean
Get the url of APLive to use when interacting with this agent.getUrl()
Get the url to use to interact with the agent.int
hashCode()
void
setLiveUrl
(String liveUrl) Set the url of APLive to use when interacting with this agent.void
Set the url to use to interact with the agent.
-
Constructor Details
-
Method Details
-
getUrl
Description copied from interface:IAgentConnectionDetails
Get the url to use to interact with the agent.- Specified by:
getUrl
in 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:
getLiveUrl
in 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
-