Class IpContainer

  • All Implemented Interfaces:
    Ip

    public class IpContainer
    extends Container
    implements Ip
    • Constructor Detail

      • IpContainer

        public IpContainer()
    • Method Detail

      • address

        public String address()
        Specified by:
        address in interface Ip
      • address

        public void address​(String newAddress)
      • addressPresent

        public boolean addressPresent()
        Specified by:
        addressPresent in interface Ip
      • gateway

        public String gateway()
        Specified by:
        gateway in interface Ip
      • gateway

        public void gateway​(String newGateway)
      • gatewayPresent

        public boolean gatewayPresent()
        Specified by:
        gatewayPresent in interface Ip
      • netmask

        public String netmask()
        Specified by:
        netmask in interface Ip
      • netmask

        public void netmask​(String newNetmask)
      • netmaskPresent

        public boolean netmaskPresent()
        Specified by:
        netmaskPresent in interface Ip
      • version

        public void version​(IpVersion newVersion)
      • versionPresent

        public boolean versionPresent()
        Specified by:
        versionPresent in interface Ip