Class ConnectivitySource


  • public class ConnectivitySource
    extends Object
    Parameters that define the source of the connection.
    • Constructor Detail

      • ConnectivitySource

        public ConnectivitySource()
    • Method Detail

      • resourceId

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

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

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

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