public class InfoImpl extends ExtensibleImpl 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.Info |
contact(org.eclipse.microprofile.openapi.models.info.Contact contact) |
org.eclipse.microprofile.openapi.models.info.Info |
description(String 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() |
org.eclipse.microprofile.openapi.models.info.Info |
license(org.eclipse.microprofile.openapi.models.info.License license) |
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) |
org.eclipse.microprofile.openapi.models.info.Info |
termsOfService(String termsOfService) |
org.eclipse.microprofile.openapi.models.info.Info |
title(String title) |
org.eclipse.microprofile.openapi.models.info.Info |
version(String version) |
addExtension, getExtensions, setExtensionspublic 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 org.eclipse.microprofile.openapi.models.info.Info title(String title)
title in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.title(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 org.eclipse.microprofile.openapi.models.info.Info description(String description)
description in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.description(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.Info termsOfService(String termsOfService)
termsOfService in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.termsOfService(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.Info contact(org.eclipse.microprofile.openapi.models.info.Contact contact)
contact in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.contact(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 org.eclipse.microprofile.openapi.models.info.Info license(org.eclipse.microprofile.openapi.models.info.License license)
license in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.license(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)public org.eclipse.microprofile.openapi.models.info.Info version(String version)
version in interface org.eclipse.microprofile.openapi.models.info.InfoInfo.version(java.lang.String)Copyright © 2018 JBoss by Red Hat. All rights reserved.