Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformRegistration

        public PlatformRegistration​(java.lang.String self)
        Default constructor.
        Parameters:
        self - the field where the WoDT Platform send its URL
    • Method Detail

      • getSelf

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