Class PlatformRegistration

java.lang.Object
io.github.webbasedwodt.application.presenter.api.PlatformRegistration

public final class PlatformRegistration extends 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 Details

    • PlatformRegistration

      public PlatformRegistration(String self, String dtUri)
      Default constructor.
      Parameters:
      self - the field where the WoDT Platform send its URL
      dtUri - the uri of this dt, that has been registered
  • Method Details

    • getSelf

      public String getSelf()
      Obtain the url of the Platform that added the DT.
      Returns:
      the Platform url
    • getDtUri

      public String getDtUri()
      Obtain the dtUri of the registered DT.
      Returns:
      the dt uri