public class InfoImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.Info> implements org.eclipse.microprofile.openapi.models.info.Info
extensions| Constructor and Description |
|---|
InfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.info.Contact |
getContact() |
String |
getDescription() |
org.eclipse.microprofile.openapi.models.info.License |
getLicense() |
String |
getTermsOfService() |
String |
getTitle() |
String |
getVersion() |
static void |
merge(org.eclipse.microprofile.openapi.annotations.info.Info from,
org.eclipse.microprofile.openapi.models.info.Info to,
boolean override) |
void |
setContact(org.eclipse.microprofile.openapi.models.info.Contact contact) |
void |
setDescription(String description) |
void |
setLicense(org.eclipse.microprofile.openapi.models.info.License license) |
void |
setTermsOfService(String termsOfService) |
void |
setTitle(String title) |
void |
setVersion(String version) |
addExtension, convertExtensionValue, extensionName, getExtensions, merge, removeExtension, setExtensions, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String getTitle()
getTitle in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setTitle(String title)
setTitle in interface org.eclipse.microprofile.openapi.models.info.Infopublic String getDescription()
getDescription in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setDescription(String description)
setDescription in interface org.eclipse.microprofile.openapi.models.info.Infopublic String getTermsOfService()
getTermsOfService in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setTermsOfService(String termsOfService)
setTermsOfService in interface org.eclipse.microprofile.openapi.models.info.Infopublic org.eclipse.microprofile.openapi.models.info.Contact getContact()
getContact in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setContact(org.eclipse.microprofile.openapi.models.info.Contact contact)
setContact in interface org.eclipse.microprofile.openapi.models.info.Infopublic org.eclipse.microprofile.openapi.models.info.License getLicense()
getLicense in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setLicense(org.eclipse.microprofile.openapi.models.info.License license)
setLicense in interface org.eclipse.microprofile.openapi.models.info.Infopublic String getVersion()
getVersion in interface org.eclipse.microprofile.openapi.models.info.Infopublic void setVersion(String version)
setVersion in interface org.eclipse.microprofile.openapi.models.info.Infopublic static void merge(org.eclipse.microprofile.openapi.annotations.info.Info from,
org.eclipse.microprofile.openapi.models.info.Info to,
boolean override)
Copyright © 2019. All rights reserved.