Class TestUriTemplateWithAnnotations.Dummy

    • Constructor Detail

      • Dummy

        public Dummy()
      • Dummy

        public Dummy​(String name,
                     String template)
              throws com.damnhandy.uri.template.MalformedUriTemplateException
        Create a new Dummy.
        Parameters:
        name -
        template -
        Throws:
        com.damnhandy.uri.template.MalformedUriTemplateException
    • Method Detail

      • getName

        public String getName()
        Get the name.
        Returns:
        the name.
      • setName

        public void setName​(String name)
        Set the name.
        Parameters:
        name - The name to set.
      • getTemplate

        public com.damnhandy.uri.template.UriTemplate getTemplate()
        Get the template.
        Returns:
        the template.
      • setTemplate

        public void setTemplate​(com.damnhandy.uri.template.UriTemplate template)
        Set the template.
        Parameters:
        template - The template to set.