@ConfigurationProperties(prefix="mapway.apidoc") public class ApiDocProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
author
The Author.
|
String |
basePath
The Base path.
|
String |
copyright
The Copyright.
|
String |
domain
The Domain.
|
String |
home
The Home.
|
String |
logo
The Logo.
|
String |
scans
The Scans.
|
String |
style
The Style.
|
String |
subTitle
The Sub title.
|
String |
title
The Title.
|
String |
url
The Url.
|
String |
version
The Version.
|
| 构造器和说明 |
|---|
ApiDocProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor()
Gets author.
|
String |
getBasePath()
Gets base path.
|
String |
getCopyright()
Gets copyright.
|
String |
getDomain()
Gets domain.
|
String |
getHome()
Gets home.
|
String |
getLogo()
Gets logo.
|
String |
getScans()
Gets scans.
|
String |
getStyle()
Gets style.
|
String |
getSubTitle()
Gets sub title.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Gets url.
|
String |
getVersion()
Gets version.
|
void |
setAuthor(String author)
Sets author.
|
void |
setBasePath(String basePath)
Sets base path.
|
void |
setCopyright(String copyright)
Sets copyright.
|
void |
setDomain(String domain)
Sets domain.
|
void |
setHome(String home)
Sets home.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setScans(String scans)
Sets scans.
|
void |
setStyle(String style)
Sets style.
|
void |
setSubTitle(String subTitle)
Sets sub title.
|
void |
setTitle(String title)
Sets title.
|
void |
setUrl(String url)
Sets url.
|
void |
setVersion(String version)
Sets version.
|
public String url
public String logo
public String author
public String basePath
public String domain
public String scans
public String subTitle
public String title
public String copyright
public String version
public String home
public String style
public String getUrl()
public void setUrl(String url)
url - the urlpublic String getLogo()
public void setLogo(String logo)
logo - the logopublic String getAuthor()
public void setAuthor(String author)
author - the authorpublic String getBasePath()
public void setBasePath(String basePath)
basePath - the base pathpublic String getDomain()
public void setDomain(String domain)
domain - the domainpublic String getScans()
public void setScans(String scans)
scans - the scanspublic String getSubTitle()
public void setSubTitle(String subTitle)
subTitle - the sub titlepublic String getTitle()
public void setTitle(String title)
title - the titlepublic String getCopyright()
public void setCopyright(String copyright)
copyright - the copyrightpublic String getVersion()
public void setVersion(String version)
version - the versionpublic String getHome()
public void setHome(String home)
home - the homepublic String getStyle()
public void setStyle(String style)
style - the styleCopyright © 2018. All rights reserved.