Class AbstractSwaggerUiConfigProperties.SwaggerUrl

    • Constructor Detail

      • SwaggerUrl

        public SwaggerUrl()
        Instantiates a new Swagger url.
      • SwaggerUrl

        public SwaggerUrl​(String group,
                          String url)
        Instantiates a new Swagger url.
        Parameters:
        group - the group
        url - the url
      • SwaggerUrl

        public SwaggerUrl​(String group)
        Instantiates a new Swagger url.
        Parameters:
        group - the group
    • Method Detail

      • getUrl

        public String getUrl()
        Gets url.
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Sets url.
        Parameters:
        url - the url
      • getName

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

        public void setName​(String name)
        Sets name.
        Parameters:
        name - the name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object