public class InfoImpl extends ExtensibleImpl implements ModelImpl
Info OpenAPI model interface.| Constructor and Description |
|---|
InfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Info |
contact(Contact contact) |
Info |
description(String description) |
Contact |
getContact() |
String |
getDescription() |
License |
getLicense() |
String |
getTermsOfService() |
String |
getTitle() |
String |
getVersion() |
Info |
license(License license) |
void |
setContact(Contact contact) |
void |
setDescription(String description) |
void |
setLicense(License license) |
void |
setTermsOfService(String termsOfService) |
void |
setTitle(String title) |
void |
setVersion(String version) |
Info |
termsOfService(String termsOfService) |
Info |
title(String title) |
Info |
version(String version) |
addExtension, getExtensions, setExtensionspublic String getTitle()
org.eclipse.microprofile.openapi.models.info.Info#getTitle()public void setTitle(String title)
org.eclipse.microprofile.openapi.models.info.Info#setTitle(java.lang.String)public Info title(String title)
org.eclipse.microprofile.openapi.models.info.Info#title(java.lang.String)public String getDescription()
org.eclipse.microprofile.openapi.models.info.Info#getDescription()public void setDescription(String description)
org.eclipse.microprofile.openapi.models.info.Info#setDescription(java.lang.String)public Info description(String description)
org.eclipse.microprofile.openapi.models.info.Info#description(java.lang.String)public String getTermsOfService()
org.eclipse.microprofile.openapi.models.info.Info#getTermsOfService()public void setTermsOfService(String termsOfService)
org.eclipse.microprofile.openapi.models.info.Info#setTermsOfService(java.lang.String)public Info termsOfService(String termsOfService)
org.eclipse.microprofile.openapi.models.info.Info#termsOfService(java.lang.String)public Contact getContact()
org.eclipse.microprofile.openapi.models.info.Info#getContact()public void setContact(Contact contact)
org.eclipse.microprofile.openapi.models.info.Info#setContact(org.eclipse.microprofile.openapi.models.info.Contact)public Info contact(Contact contact)
org.eclipse.microprofile.openapi.models.info.Info#contact(org.eclipse.microprofile.openapi.models.info.Contact)public License getLicense()
org.eclipse.microprofile.openapi.models.info.Info#getLicense()public void setLicense(License license)
org.eclipse.microprofile.openapi.models.info.Info#setLicense(org.eclipse.microprofile.openapi.models.info.License)public Info license(License license)
org.eclipse.microprofile.openapi.models.info.Info#license(org.eclipse.microprofile.openapi.models.info.License)public String getVersion()
org.eclipse.microprofile.openapi.models.info.Info#getVersion()public void setVersion(String version)
org.eclipse.microprofile.openapi.models.info.Info#setVersion(java.lang.String)public Info version(String version)
org.eclipse.microprofile.openapi.models.info.Info#version(java.lang.String)Copyright © 2018 JBoss by Red Hat. All rights reserved.