Class ProtocolConfigurationDto

java.lang.Object
com.qfs.snl.dtos.ProtocolConfigurationDto
All Implemented Interfaces:
Serializable

public class ProtocolConfigurationDto extends Object implements 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 Details Link icon

    • ProtocolConfigurationDto Link icon

      public ProtocolConfigurationDto()
      Constructor.
    • ProtocolConfigurationDto Link icon

      public ProtocolConfigurationDto(String protocol, long monitorId, String configuration)
      Constructor.
      Parameters:
      protocol - name of the protocol
      monitorId - id of the monitor
      configuration - configuration
  • Method Details Link icon

    • getProtocol Link icon

      public String getProtocol()
      Returns the protocol to use.
    • setProtocol Link icon

      public void setProtocol(String protocol)
      Sets the name of the protocol to use.
    • getMonitorId Link icon

      public long getMonitorId()
      Returns the monitor unique id.
    • setMonitorId Link icon

      public void setMonitorId(long monitorId)
      Sets the monitor unique id.
    • getConfiguration Link icon

      public String getConfiguration()
      Returns the configuration.
    • setConfiguration Link icon

      public void setConfiguration(String configuration)
      Sets the configuration.
      Parameters:
      configuration - as string
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object