public class ExampleImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.examples.Example> implements org.eclipse.microprofile.openapi.models.examples.Example, ModelImpl
Example OpenAPI model interface.| Constructor and Description |
|---|
ExampleImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getExternalValue() |
String |
getRef() |
String |
getSummary() |
Object |
getValue() |
void |
setDescription(String description) |
void |
setExternalValue(String externalValue) |
void |
setRef(String ref) |
void |
setSummary(String summary) |
void |
setValue(Object value) |
addExtension, getExtensions, removeExtension, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescription, externalValue, summary, valuepublic String getRef()
getRef in interface org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.examples.Example>Reference.getRef()public void setRef(String ref)
setRef in interface org.eclipse.microprofile.openapi.models.Reference<org.eclipse.microprofile.openapi.models.examples.Example>Reference.setRef(java.lang.String)public String getSummary()
getSummary in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.getSummary()public void setSummary(String summary)
setSummary in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.setSummary(java.lang.String)public String getDescription()
getDescription in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.getDescription()public void setDescription(String description)
setDescription in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.setDescription(java.lang.String)public Object getValue()
getValue in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.getValue()public void setValue(Object value)
setValue in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.setValue(java.lang.Object)public String getExternalValue()
getExternalValue in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.getExternalValue()public void setExternalValue(String externalValue)
setExternalValue in interface org.eclipse.microprofile.openapi.models.examples.ExampleExample.setExternalValue(java.lang.String)Copyright © 2018–2021. All rights reserved.