Class ServerMapping


  • public class ServerMapping
    extends java.lang.Object
    Class containing the identifier and the address of a server configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerMapping​(java.lang.String id, java.lang.String serverAddress)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getServerAddress()  
      • Methods inherited from class java.lang.Object

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

      • ServerMapping

        public ServerMapping​(java.lang.String id,
                             java.lang.String serverAddress)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getServerAddress

        public java.lang.String getServerAddress()