Class ConnectionMonitorSource


  • public class ConnectionMonitorSource
    extends Object
    Describes the source of connection monitor.
    • Constructor Detail

      • ConnectionMonitorSource

        public ConnectionMonitorSource()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId value.
        Returns:
        the resourceId value
      • withResourceId

        public ConnectionMonitorSource withResourceId​(String resourceId)
        Set the resourceId value.
        Parameters:
        resourceId - the resourceId value to set
        Returns:
        the ConnectionMonitorSource object itself.
      • port

        public Integer port()
        Get the port value.
        Returns:
        the port value
      • withPort

        public ConnectionMonitorSource withPort​(Integer port)
        Set the port value.
        Parameters:
        port - the port value to set
        Returns:
        the ConnectionMonitorSource object itself.