Class NetworkInterface
java.lang.Object
com.tccc.kos.core.service.network.beans.NetworkInterface
- Direct Known Subclasses:
NetworkInterfaceDetails
Information about an available network interface.
- Version:
- 2024-05-24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the category of the interface.getName()Return the name of the interface.intgetType()Return the type of the interface.voidsetKostype(String kostype) voidvoidsetNmdevicestate(int nmdevicestate) void
-
Constructor Details
-
NetworkInterface
public NetworkInterface()
-
-
Method Details
-
getName
Return the name of the interface. -
getType
Return the type of the interface. -
getCategory
Return the category of the interface. -
getNmdevicestate
public int getNmdevicestate() -
setName
-
setType
-
setKostype
-
setNmdevicestate
public void setNmdevicestate(int nmdevicestate)
-