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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()voidsetContact(Contact contact) voidsetDescription(String description) voidsetLicense(License license) voidsetSummary(String summary) voidsetTermsOfService(String termsOfService) voidvoidsetVersion(String version) voidsetxGeneratedBy(String xGeneratedBy) voidsetxGeneratedTs(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
-