Class InfoProperties
java.lang.Object
com.github.chhorz.openapi.common.properties.domain.InfoProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
void
setContact
(ContactProperties contact) void
setDescription
(String description) void
setLicense
(LicenseProperties license) void
setTermsOfService
(URL termsOfService) void
void
setVersion
(String version)
-
Constructor Details
-
InfoProperties
public InfoProperties()
-
-
Method Details
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getTermsOfService
-
setTermsOfService
-
getContact
-
setContact
-
getLicense
-
setLicense
-
getVersion
-
setVersion
-