Class Ip4Settings
java.lang.Object
com.tccc.kos.core.service.network.beans.Ip4Settings
IPV4 settings.
- Version:
- 2024-05-24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetAddress(String address) voidsetAddressprefixlist(List<String> addressprefixlist) voidsetDnslist(List<String> dnslist) voidsetGateway(String gateway) voidvoidsetPrefix(int prefix)
-
Constructor Details
-
Ip4Settings
public Ip4Settings()
-
-
Method Details
-
getMethod
-
getAddress
-
getPrefix
public int getPrefix() -
getGateway
-
getAddressprefixlist
-
getDnslist
-
setMethod
-
setAddress
-
setPrefix
public void setPrefix(int prefix) -
setGateway
-
setAddressprefixlist
-
setDnslist
-