Interface Service

    • Method Detail

      • getVersion

        Integer getVersion()
        Returns:
        the version of the service
      • getId

        String getId()
        Returns:
        the id of the service
      • getDescription

        String getDescription()
        Returns:
        the description of the service
      • getName

        String getName()
        Returns:
        the name of the service
      • getType

        String getType()
        Returns:
        the type of the service
      • getLinks

        Map<String,​String> getLinks()
        Returns:
        the links of the service
      • getEndpoints

        List<? extends Endpoint> getEndpoints()
        Returns:
        the list of endpoints
      • isEnabled

        boolean isEnabled()
        Returns:
        the enabled status of the service
      • setEnabled

        void setEnabled​(Boolean enabled)
        sets the enabled status of the service
        Parameters:
        enabled - the enabled