public class CalixOnt
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CalixOnt.PortDescription
Inner class for port descriptions
|
| Constructor and Description |
|---|
CalixOnt() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternateVersion()
Gets the alternate software version of the ONT.
|
java.lang.String |
getBatteryPresent()
Gets the battery present status.
|
java.lang.String |
getClei()
Gets the CLEI (Common Language Equipment Identifier) code.
|
java.lang.String |
getCurrentVersion()
Gets the current software version of the ONT.
|
java.lang.String |
getDeviceId()
Gets the device ID.
|
java.lang.String |
getDeviceName()
Gets the device name this ONT belongs to.
|
java.lang.String |
getGlobalType()
Gets the global type of the ONT.
|
java.lang.String |
getModel()
Gets the model of the ONT.
|
java.lang.String |
getMtaMacAddr()
Gets the MTA (Multimedia Terminal Adapter) MAC address.
|
java.lang.String |
getOntDescription()
Gets the ONT description.
|
java.lang.String |
getOntId()
Gets the ONT ID.
|
java.lang.String |
getOntMacAddr()
Gets the ONT MAC address.
|
java.lang.String |
getOntProfileId()
Gets the ONT profile ID.
|
java.lang.String |
getOntRegId()
Gets the ONT registration ID.
|
java.lang.String |
getOntType()
Gets the ONT type.
|
java.lang.String |
getOnuMacAddr()
Gets the ONU (Optical Network Unit) MAC address.
|
java.lang.String |
getPassword()
Gets the password for ONT authentication.
|
java.util.List<CalixOnt.PortDescription> |
getPortDescriptions()
Gets the list of port descriptions.
|
java.lang.String |
getPortId()
Gets the port ID where the ONT is connected.
|
java.lang.String |
getProductCode()
Gets the product code of the ONT.
|
java.lang.String |
getSerialNumber()
Gets the serial number of the ONT.
|
java.lang.String |
getShelfId()
Gets the shelf ID where the ONT is located.
|
java.lang.String |
getSlotId()
Gets the slot ID where the ONT is located.
|
java.lang.String |
getSubscriberId()
Gets the subscriber ID associated with the ONT.
|
java.lang.String |
getUserName()
Gets the username for ONT authentication.
|
java.lang.String |
getVendorId()
Gets the vendor ID of the ONT.
|
void |
setAlternateVersion(java.lang.String alternateVersion)
Sets the alternate software version of the ONT.
|
void |
setBatteryPresent(java.lang.String batteryPresent)
Sets the battery present status.
|
void |
setClei(java.lang.String clei)
Sets the CLEI (Common Language Equipment Identifier) code.
|
void |
setCurrentVersion(java.lang.String currentVersion)
Sets the current software version of the ONT.
|
void |
setDeviceId(java.lang.String deviceId)
Sets the device ID.
|
void |
setDeviceName(java.lang.String deviceName)
Sets the device name this ONT belongs to.
|
void |
setGlobalType(java.lang.String globalType)
Sets the global type of the ONT.
|
void |
setModel(java.lang.String model)
Sets the model of the ONT.
|
void |
setMtaMacAddr(java.lang.String mtaMacAddr)
Sets the MTA (Multimedia Terminal Adapter) MAC address.
|
void |
setOntDescription(java.lang.String ontDescription)
Sets the ONT description.
|
void |
setOntId(java.lang.String ontId)
Sets the ONT ID.
|
void |
setOntMacAddr(java.lang.String ontMacAddr)
Sets the ONT MAC address.
|
void |
setOntProfileId(java.lang.String ontProfileId)
Sets the ONT profile ID.
|
void |
setOntRegId(java.lang.String ontRegId)
Sets the ONT registration ID.
|
void |
setOntType(java.lang.String ontType)
Sets the ONT type.
|
void |
setOnuMacAddr(java.lang.String onuMacAddr)
Sets the ONU (Optical Network Unit) MAC address.
|
void |
setPassword(java.lang.String password)
Sets the password for ONT authentication.
|
void |
setPortDescriptions(java.util.List<CalixOnt.PortDescription> portDescriptions)
Sets the list of port descriptions.
|
void |
setPortId(java.lang.String portId)
Sets the port ID where the ONT is connected.
|
void |
setProductCode(java.lang.String productCode)
Sets the product code of the ONT.
|
void |
setSerialNumber(java.lang.String serialNumber)
Sets the serial number of the ONT.
|
void |
setShelfId(java.lang.String shelfId)
Sets the shelf ID where the ONT is located.
|
void |
setSlotId(java.lang.String slotId)
Sets the slot ID where the ONT is located.
|
void |
setSubscriberId(java.lang.String subscriberId)
Sets the subscriber ID associated with the ONT.
|
void |
setUserName(java.lang.String userName)
Sets the username for ONT authentication.
|
void |
setVendorId(java.lang.String vendorId)
Sets the vendor ID of the ONT.
|
public java.lang.String getDeviceId()
public void setDeviceId(java.lang.String deviceId)
deviceId - the device ID to setpublic java.lang.String getOntDescription()
public void setOntDescription(java.lang.String ontDescription)
ontDescription - the ONT description to setpublic java.util.List<CalixOnt.PortDescription> getPortDescriptions()
public void setPortDescriptions(java.util.List<CalixOnt.PortDescription> portDescriptions)
portDescriptions - the list of port descriptions to setpublic java.lang.String getOntId()
public void setOntId(java.lang.String ontId)
ontId - the ONT ID to setpublic java.lang.String getOntType()
public void setOntType(java.lang.String ontType)
ontType - the ONT type to setpublic java.lang.String getGlobalType()
public void setGlobalType(java.lang.String globalType)
globalType - the global type to setpublic java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber - the serial number to setpublic java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
deviceName - the device name to setpublic java.lang.String getShelfId()
public void setShelfId(java.lang.String shelfId)
shelfId - the shelf ID to setpublic java.lang.String getSlotId()
public void setSlotId(java.lang.String slotId)
slotId - the slot ID to setpublic java.lang.String getPortId()
public void setPortId(java.lang.String portId)
portId - the port ID to setpublic java.lang.String getSubscriberId()
public void setSubscriberId(java.lang.String subscriberId)
subscriberId - the subscriber ID to setpublic java.lang.String getOntRegId()
public void setOntRegId(java.lang.String ontRegId)
ontRegId - the ONT registration ID to setpublic java.lang.String getOntMacAddr()
public void setOntMacAddr(java.lang.String ontMacAddr)
ontMacAddr - the ONT MAC address to setpublic java.lang.String getOntProfileId()
public void setOntProfileId(java.lang.String ontProfileId)
ontProfileId - the ONT profile ID to setpublic java.lang.String getBatteryPresent()
public void setBatteryPresent(java.lang.String batteryPresent)
batteryPresent - the battery present status to setpublic java.lang.String getVendorId()
public void setVendorId(java.lang.String vendorId)
vendorId - the vendor ID to setpublic java.lang.String getModel()
public void setModel(java.lang.String model)
model - the ONT model to setpublic java.lang.String getClei()
public void setClei(java.lang.String clei)
clei - the CLEI code to setpublic java.lang.String getCurrentVersion()
public void setCurrentVersion(java.lang.String currentVersion)
currentVersion - the current version to setpublic java.lang.String getAlternateVersion()
public void setAlternateVersion(java.lang.String alternateVersion)
alternateVersion - the alternate version to setpublic java.lang.String getOnuMacAddr()
public void setOnuMacAddr(java.lang.String onuMacAddr)
onuMacAddr - the ONU MAC address to setpublic java.lang.String getMtaMacAddr()
public void setMtaMacAddr(java.lang.String mtaMacAddr)
mtaMacAddr - the MTA MAC address to setpublic java.lang.String getProductCode()
public void setProductCode(java.lang.String productCode)
productCode - the product code to setpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - the username to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the password to set