Class AbstractSwaggerUiConfigProperties.SwaggerUrl

java.lang.Object
org.springdoc.core.properties.AbstractSwaggerUiConfigProperties.SwaggerUrl
Enclosing class:
AbstractSwaggerUiConfigProperties

public static class AbstractSwaggerUiConfigProperties.SwaggerUrl extends Object
The type Swagger url.
  • Constructor Details

    • SwaggerUrl

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

      public SwaggerUrl(String group, String url, String displayName)
      Instantiates a new Swagger url.
      Parameters:
      group - the group
      url - the url
      displayName - the display name
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Gets display name.
      Returns:
      the display name
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets display name.
      Parameters:
      displayName - the display name
    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object