Class OASFactoryErrorTest.MyLicenseImpl
java.lang.Object
org.eclipse.microprofile.openapi.tck.OASFactoryErrorTest.MyLicenseImpl
- All Implemented Interfaces:
Constructible,Extensible<License>,License
- Enclosing class:
- OASFactoryErrorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExtension(String name, Object value) getName()getUrl()voidremoveExtension(String name) voidsetExtensions(Map<String, Object> extensions) voidsetIdentifier(String identifier) voidvoidMethods 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
extensionsMethods inherited from interface org.eclipse.microprofile.openapi.models.info.License
identifier
-
Constructor Details
-
MyLicenseImpl
public MyLicenseImpl()
-
-
Method Details
-
getExtensions
- Specified by:
getExtensionsin interfaceExtensible<License>
-
addExtension
- Specified by:
addExtensionin interfaceExtensible<License>
-
removeExtension
- Specified by:
removeExtensionin interfaceExtensible<License>
-
setExtensions
- Specified by:
setExtensionsin interfaceExtensible<License>
-
getName
-
setName
-
name
-
getUrl
-
setUrl
-
url
-
getIdentifier
- Specified by:
getIdentifierin interfaceLicense
-
setIdentifier
- Specified by:
setIdentifierin interfaceLicense
-