Package com.kosdev.kos.core.service.ext
Class ExtensionInfo
java.lang.Object
com.kosdev.kos.core.service.ext.ExtensionInfo
Bean representation of core extension descriptor data so we can simply
deserialize the object instead of extracting each field individually.
- Since:
- 1
- Version:
- 9
-
Constructor Details
-
ExtensionInfo
public ExtensionInfo()
-
-
Method Details
-
getName
Return the name of the extension.- Since:
- 1
-
getBaseUrl
Return the base url of the extension- Since:
- 1
-
getBaseTopic
Return the base topic of the extension- Since:
- 1
-
getApiVersion
public int getApiVersion()Return the api version- Since:
- 9
-
getKab
-
setKab
-