Class PlatformRegistration
- java.lang.Object
-
- io.github.webbasedwodt.application.presenter.api.PlatformRegistration
-
public final class PlatformRegistration extends java.lang.Object
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
Constructors Constructor Description PlatformRegistration(java.lang.String self)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSelf()
Obtain the url of the Platform that added the DT.
-