Class OASFactoryErrorTest.MyLicenseImpl
- java.lang.Object
-
- org.eclipse.microprofile.openapi.tck.OASFactoryErrorTest.MyLicenseImpl
-
- All Implemented Interfaces:
Constructible,Extensible<License>,License
- Enclosing class:
- OASFactoryErrorTest
public final class OASFactoryErrorTest.MyLicenseImpl extends Object implements License
-
-
Constructor Summary
Constructors Constructor Description MyLicenseImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseaddExtension(String name, Object value)Map<String,Object>getExtensions()StringgetIdentifier()StringgetName()StringgetUrl()Licensename(String name)voidremoveExtension(String name)voidsetExtensions(Map<String,Object> extensions)voidsetIdentifier(String identifier)voidsetName(String name)voidsetUrl(String url)Licenseurl(String url)-
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
extensions
-
Methods inherited from interface org.eclipse.microprofile.openapi.models.info.License
identifier
-
-
-
-
Method Detail
-
getExtensions
public Map<String,Object> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible<License>
-
addExtension
public License addExtension(String name, Object value)
- Specified by:
addExtensionin interfaceExtensible<License>
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible<License>
-
setExtensions
public void setExtensions(Map<String,Object> extensions)
- Specified by:
setExtensionsin interfaceExtensible<License>
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceLicense
-
setIdentifier
public void setIdentifier(String identifier)
- Specified by:
setIdentifierin interfaceLicense
-
-