Class Info
java.lang.Object
com.github.chhorz.openapi.common.domain.Info
https://spec.openapis.org/oas/v3.1.0#info-object
- Author:
- chhorz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
void
setContact
(Contact contact) void
setDescription
(String description) void
setLicense
(License license) void
setSummary
(String summary) void
setTermsOfService
(String termsOfService) void
void
setVersion
(String version) void
setxGeneratedBy
(String xGeneratedBy) void
setxGeneratedTs
(String xGeneratedTs)
-
Constructor Details
-
Info
public Info()
-
-
Method Details
-
getTitle
-
setTitle
-
getSummary
-
setSummary
-
getDescription
-
setDescription
-
getTermsOfService
-
setTermsOfService
-
getContact
-
setContact
-
getLicense
-
setLicense
-
getVersion
-
setVersion
-
getxGeneratedBy
-
setxGeneratedBy
-
getxGeneratedTs
-
setxGeneratedTs
-