Class NetworkInterface

java.lang.Object
com.tccc.kos.core.service.network.beans.NetworkInterface
Direct Known Subclasses:
NetworkInterfaceDetails

public class NetworkInterface extends Object
Information about an available network interface.
Version:
2024-05-24
  • Constructor Details

    • NetworkInterface

      public NetworkInterface()
  • Method Details

    • getName

      public String getName()
      Return the name of the interface.
    • getType

      public String getType()
      Return the type of the interface.
    • getCategory

      public NetworkInterfaceCategory getCategory()
      Return the category of the interface.
    • getNmdevicestate

      public int getNmdevicestate()
    • setName

      public void setName(String name)
    • setType

      public void setType(String type)
    • setKostype

      public void setKostype(String kostype)
    • setNmdevicestate

      public void setNmdevicestate(int nmdevicestate)