Class LicenseImpl

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

    public class LicenseImpl
    extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.License>
    implements org.eclipse.microprofile.openapi.models.info.License, ModelImpl
    An implementation of the License OpenAPI model interface.
    • Constructor Detail

      • LicenseImpl

        public LicenseImpl()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.openapi.models.info.License
        See Also:
        License.getName()
      • setName

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

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

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