Class Ip4Settings

java.lang.Object
com.tccc.kos.core.service.network.beans.Ip4Settings

public class Ip4Settings extends Object
IPV4 settings.
Version:
2024-05-24
  • Constructor Details

    • Ip4Settings

      public Ip4Settings()
  • Method Details

    • getMethod

      public String getMethod()
    • getAddress

      public String getAddress()
    • getPrefix

      public int getPrefix()
    • getGateway

      public String getGateway()
    • getAddressprefixlist

      public List<String> getAddressprefixlist()
    • getDnslist

      public List<String> getDnslist()
    • setMethod

      public void setMethod(String method)
    • setAddress

      public void setAddress(String address)
    • setPrefix

      public void setPrefix(int prefix)
    • setGateway

      public void setGateway(String gateway)
    • setAddressprefixlist

      public void setAddressprefixlist(List<String> addressprefixlist)
    • setDnslist

      public void setDnslist(List<String> dnslist)