public class InfoImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.Info> implements org.eclipse.microprofile.openapi.models.info.Info, ModelImpl
Info OpenAPI model interface.| 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() |
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, getExtensions, removeExtension, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic String getTitle()
getTitle in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getTitle()public void setTitle(String title)
setTitle in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setTitle(java.lang.String)public String getDescription()
getDescription in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getDescription()public void setDescription(String description)
setDescription in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setDescription(java.lang.String)public String getTermsOfService()
getTermsOfService in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getTermsOfService()public void setTermsOfService(String termsOfService)
setTermsOfService in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setTermsOfService(java.lang.String)public org.eclipse.microprofile.openapi.models.info.Contact getContact()
getContact in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getContact()public void setContact(org.eclipse.microprofile.openapi.models.info.Contact contact)
setContact in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setContact(org.eclipse.microprofile.openapi.models.info.Contact)public org.eclipse.microprofile.openapi.models.info.License getLicense()
getLicense in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getLicense()public void setLicense(org.eclipse.microprofile.openapi.models.info.License license)
setLicense in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setLicense(org.eclipse.microprofile.openapi.models.info.License)public String getVersion()
getVersion in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.getVersion()public void setVersion(String version)
setVersion in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.setVersion(java.lang.String)Copyright © 2018–2021. All rights reserved.