Class Server


  • public class Server
    extends Object
    • Field Detail

      • id

        private int id
      • hostName

        private String hostName
    • Constructor Detail

      • Server

        public Server​(int id,
                      String name,
                      String hostName)
    • Method Detail

      • getId

        public final int getId()
      • getName

        public final String getName()
      • getHostName

        public final String getHostName()