Package com.qfs.snl.dtos
Class ProtocolConfigurationDto
java.lang.Object
com.qfs.snl.dtos.ProtocolConfigurationDto
- All Implemented Interfaces:
Serializable
The protocol configuration It contains the name of the protocol and all the necessary
configuration for that specific controller.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ProtocolConfigurationDto
(String protocol, long monitorId, String configuration) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration.long
Returns the monitor unique id.Returns the protocol to use.void
setConfiguration
(String configuration) Sets the configuration.void
setMonitorId
(long monitorId) Sets the monitor unique id.void
setProtocol
(String protocol) Sets the name of the protocol to use.toString()
-
Constructor Details
-
Method Details
-
getProtocol
Returns the protocol to use. -
setProtocol
Sets the name of the protocol to use. -
getMonitorId
public long getMonitorId()Returns the monitor unique id. -
setMonitorId
public void setMonitorId(long monitorId) Sets the monitor unique id. -
getConfiguration
Returns the configuration. -
setConfiguration
Sets the configuration.- Parameters:
configuration
- as string
-
toString
-