Package tech.jhipster.config
Class JHipsterProperties.ApiDocs.Server
- java.lang.Object
-
- tech.jhipster.config.JHipsterProperties.ApiDocs.Server
-
- Enclosing class:
- JHipsterProperties.ApiDocs
public static class JHipsterProperties.ApiDocs.Server extends Object
-
-
Constructor Summary
Constructors Constructor Description Server()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getUrl()
void
setDescription(String description)
void
setName(String name)
void
setUrl(String url)
-