Class ContactImpl

  • All Implemented Interfaces:
    ModelImpl, org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.info.Contact>, org.eclipse.microprofile.openapi.models.info.Contact

    public class ContactImpl
    extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.Contact>
    implements org.eclipse.microprofile.openapi.models.info.Contact, ModelImpl
    An implementation of the Contact OpenAPI model interface.
    • 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()
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.eclipse.microprofile.openapi.models.info.Contact
        See Also:
        Contact.setName(java.lang.String)
      • getUrl

        public String getUrl()
        Specified by:
        getUrl in interface org.eclipse.microprofile.openapi.models.info.Contact
        See Also:
        Contact.getUrl()
      • setUrl

        public void setUrl​(String url)
        Specified by:
        setUrl in interface org.eclipse.microprofile.openapi.models.info.Contact
        See Also:
        Contact.setUrl(java.lang.String)
      • getEmail

        public String getEmail()
        Specified by:
        getEmail in interface org.eclipse.microprofile.openapi.models.info.Contact
        See Also:
        Contact.getEmail()
      • setEmail

        public void setEmail​(String email)
        Specified by:
        setEmail in interface org.eclipse.microprofile.openapi.models.info.Contact
        See Also:
        Contact.setEmail(java.lang.String)