Class ConnectivityDestination


  • public class ConnectivityDestination
    extends Object
    Parameters that define destination of connection.
    • Constructor Detail

      • ConnectivityDestination

        public ConnectivityDestination()
    • Method Detail

      • resourceId

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

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

        public String address()
        Get the address value.
        Returns:
        the address value
      • withAddress

        public ConnectivityDestination withAddress​(String address)
        Set the address value.
        Parameters:
        address - the address value to set
        Returns:
        the ConnectivityDestination object itself.
      • port

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

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