Class UninstallMTP

    • Constructor Detail

      • UninstallMTP

        public UninstallMTP()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • setAddress

        public void setAddress​(String a)
        Set the address slot of this action.
        Parameters:
        a - The address URL of the MTP endpoint to uninstall.
      • getAddress

        public String getAddress()
        Retrieve the value of the address slot of this action, containing the address URL of the MTP to uninstall.
        Returns:
        The value of the address slot, or null if no value was set.
      • setContainer

        public void setContainer​(ContainerID cid)
        Set the container slot of this action.
        Parameters:
        cid - The container identifier of the container where the MTP to uninstall is deployed.
      • getContainer

        public ContainerID getContainer()
        Retrieve the value of the container slot of this action, containing the container identifier of the container where the MTP to uninstall is deployed.
        Returns:
        The value of the container slot, or null if no value was set.