Class LicenseImpl
java.lang.Object
io.smallrye.openapi.api.models.ExtensibleImpl<org.eclipse.microprofile.openapi.models.info.License>
io.smallrye.openapi.api.models.info.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 Summary
Constructors -
Method Summary
Methods inherited from class io.smallrye.openapi.api.models.ExtensibleImpl
addExtension, getExtensions, removeExtension, setExtensionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, extensions, getExtensions, removeExtension, setExtensionsMethods inherited from interface org.eclipse.microprofile.openapi.models.info.License
name, url
-
Constructor Details
-
LicenseImpl
public LicenseImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.eclipse.microprofile.openapi.models.info.License- See Also:
-
License.getName()
-
setName
- Specified by:
setNamein interfaceorg.eclipse.microprofile.openapi.models.info.License- See Also:
-
License.setName(java.lang.String)
-
getUrl
- Specified by:
getUrlin interfaceorg.eclipse.microprofile.openapi.models.info.License- See Also:
-
License.getUrl()
-
setUrl
- Specified by:
setUrlin interfaceorg.eclipse.microprofile.openapi.models.info.License- See Also:
-
License.setUrl(java.lang.String)
-