Class PlatformRegistration
java.lang.Object
io.github.webbasedwodt.application.presenter.api.PlatformRegistration
Presenter class to be able to deserialize platform registration data from the API.
It contains the self field where the WoDT Digital Twins Platform send its URL.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PlatformRegistration
Default constructor.- Parameters:
self
- the field where the WoDT Platform send its URLdtUri
- the uri of this dt, that has been registered
-
-
Method Details
-
getSelf
Obtain the url of the Platform that added the DT.- Returns:
- the Platform url
-
getDtUri
Obtain the dtUri of the registered DT.- Returns:
- the dt uri
-