MicroProfile OpenAPI Fraction 2018.3.3
-
- All Implemented Interfaces:
- org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.Extensible, org.eclipse.microprofile.openapi.models.info.Contact, ModelImpl
public class ContactImpl
extends ExtensibleImpl
implements org.eclipse.microprofile.openapi.models.info.Contact, ModelImpl
An implementation of the Contact OpenAPI model interface.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, getExtensions, setExtensions
-
-
Constructor Detail
-
ContactImpl
public ContactImpl()
-
Method Detail
-
getName
public String getName()
- Specified by:
getName in interface org.eclipse.microprofile.openapi.models.info.Contact
- See Also:
Contact.getName()
-
getUrl
public String getUrl()
- Specified by:
getUrl in interface org.eclipse.microprofile.openapi.models.info.Contact
- See Also:
Contact.getUrl()
-
getEmail
public String getEmail()
- Specified by:
getEmail in interface org.eclipse.microprofile.openapi.models.info.Contact
- See Also:
Contact.getEmail()
MicroProfile OpenAPI Fraction 2018.3.3
Copyright © 2018 JBoss by Red Hat. All rights reserved.