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 |
---|---|
static org.eclipse.microprofile.openapi.models.info.Info |
createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation) |
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.models.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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static org.eclipse.microprofile.openapi.models.info.Info createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation)
public String getTitle()
getTitle
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setTitle(String title)
setTitle
in interface org.eclipse.microprofile.openapi.models.info.Info
public String getDescription()
getDescription
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setDescription(String description)
setDescription
in interface org.eclipse.microprofile.openapi.models.info.Info
public String getTermsOfService()
getTermsOfService
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setTermsOfService(String termsOfService)
setTermsOfService
in interface org.eclipse.microprofile.openapi.models.info.Info
public org.eclipse.microprofile.openapi.models.info.Contact getContact()
getContact
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setContact(org.eclipse.microprofile.openapi.models.info.Contact contact)
setContact
in interface org.eclipse.microprofile.openapi.models.info.Info
public org.eclipse.microprofile.openapi.models.info.License getLicense()
getLicense
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setLicense(org.eclipse.microprofile.openapi.models.info.License license)
setLicense
in interface org.eclipse.microprofile.openapi.models.info.Info
public String getVersion()
getVersion
in interface org.eclipse.microprofile.openapi.models.info.Info
public void setVersion(String version)
setVersion
in interface org.eclipse.microprofile.openapi.models.info.Info
public static void merge(org.eclipse.microprofile.openapi.models.info.Info from, org.eclipse.microprofile.openapi.models.info.Info to, boolean override)
Copyright © 2020. All rights reserved.