public class ContactImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.Contact> implements org.eclipse.microprofile.openapi.models.info.Contact
extensions
Constructor and Description |
---|
ContactImpl() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.info.Contact |
createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation) |
String |
getEmail() |
String |
getName() |
String |
getUrl() |
static void |
merge(org.eclipse.microprofile.openapi.models.info.Contact from,
org.eclipse.microprofile.openapi.models.info.Contact to,
boolean override) |
void |
setEmail(String email) |
void |
setName(String name) |
void |
setUrl(String url) |
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.Contact createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation)
public String getName()
getName
in interface org.eclipse.microprofile.openapi.models.info.Contact
public void setName(String name)
setName
in interface org.eclipse.microprofile.openapi.models.info.Contact
public String getUrl()
getUrl
in interface org.eclipse.microprofile.openapi.models.info.Contact
public void setUrl(String url)
setUrl
in interface org.eclipse.microprofile.openapi.models.info.Contact
public String getEmail()
getEmail
in interface org.eclipse.microprofile.openapi.models.info.Contact
public void setEmail(String email)
setEmail
in interface org.eclipse.microprofile.openapi.models.info.Contact
public static void merge(org.eclipse.microprofile.openapi.models.info.Contact from, org.eclipse.microprofile.openapi.models.info.Contact to, boolean override)
Copyright © 2021. All rights reserved.