类 Port


  • public class Port
    extends Object
    The port of container
    • 构造器详细资料

      • Port

        public Port()
        The constructor of Port
      • Port

        public Port​(int port,
                    String protocol,
                    String name)
        The constructor of Port
        参数:
        port - The port of protocol
        protocol - The protocol of port
        name - The name of port
    • 方法详细资料

      • getPort

        public int getPort()
      • setPort

        public Port setPort​(int port)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public Port setProtocol​(String protocol)
      • getName

        public String getName()