Class Server.Addresses.Address

    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getMacAddr

        public String getMacAddr()
        Returns:
        the macAddr
      • getVersion

        public String getVersion()
        Returns:
        the version
      • getAddr

        public String getAddr()
        Returns:
        the addr
      • getType

        public String getType()
        Returns:
        the type
      • setVersion

        public void setVersion​(String version)
        Parameters:
        version - the version to set
      • setAddr

        public void setAddr​(String addr)
        Parameters:
        addr - the addr to set
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • setMacAddr

        public void setMacAddr​(String macAddr)
        Parameters:
        macAddr - the mac addr to set