Class OltDevice.ONUInfo

java.lang.Object
org.bgerp.plugin.bgb.getolt.telnet.OltDevice.ONUInfo
Enclosing class:
OltDevice

public static class OltDevice.ONUInfo extends Object
  • Constructor Details

    • ONUInfo

      public ONUInfo(int port, int numOnu, String mac, String status)
    • ONUInfo

      public ONUInfo(int port, int numOnu, String mac, String macTo, String status)
  • Method Details

    • getPort

      public int getPort()
    • getNumOnu

      public int getNumOnu()
    • getMac

      public String getMac()
    • getStatus

      public String getStatus()
    • getMacTo

      public String getMacTo()
    • setMacTo

      public void setMacTo(String macTo)