public class CalixDevice
extends java.lang.Object
| Constructor and Description |
|---|
CalixDevice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the primary IP address of the device.
|
java.lang.String |
getAddress2()
Gets the secondary IP address of the device.
|
java.lang.String |
getAddressBeforeSwap()
Gets the IP address before device swap.
|
long |
getAddressLongValue()
Gets the long value representation of the device address.
|
java.lang.String |
getAlarmSuppression()
Gets the alarm suppression configuration.
|
java.lang.String |
getAsmType()
Gets the ASM (Alarm Suppression Management) type.
|
long |
getBetweenAttemptsTimeoutMillis()
Gets the timeout in milliseconds between connection attempts.
|
java.lang.String |
getConnectionDetail()
Gets the connection detail information.
|
long |
getConnectionTimeoutMillis()
Gets the connection timeout in milliseconds.
|
java.lang.String |
getDbChangeEventSequenceNumber()
Gets the database change event sequence number.
|
java.lang.String |
getDbChangeEventTime()
Gets the database change event time.
|
java.lang.String |
getDeltaSyncDirection()
Gets the delta synchronization direction.
|
java.lang.String |
getDeltaSyncEnabled()
Gets the delta synchronization enabled status.
|
java.lang.String |
getDeltaSyncManual()
Gets the delta synchronization manual mode status.
|
java.lang.String |
getDeviceAddress()
Gets the physical address of the device.
|
java.lang.String |
getDeviceId()
Gets the unique device identifier.
|
java.lang.String |
getDeviceName()
Gets the device name.
|
java.lang.String |
getDeviceState()
Gets the device state information.
|
java.lang.String |
getDistro()
Gets the distribution information of the device.
|
java.util.List<java.lang.String> |
getEquipments()
Gets the list of equipment associated with the device.
|
java.lang.String |
getExt()
Gets the extension information of the device.
|
java.lang.String |
getHardwareVersion()
Gets the hardware version of the device.
|
java.lang.String |
getHostname()
Gets the hostname of the device.
|
java.lang.String |
getInstallDate()
Gets the installation date of the device.
|
java.lang.String |
getJoinedEquipments()
Gets the joined equipment string representation.
|
java.lang.String |
getJoinedModules()
Gets the joined modules string representation.
|
java.lang.String |
getLatitude()
Gets the latitude coordinate of the device location.
|
java.lang.String |
getLatitudeAlt()
Gets the alternative latitude coordinate.
|
java.lang.String |
getLiveReleaseVersion()
Gets the live release version of the device.
|
java.lang.String |
getLockControlEnabled()
Gets the lock control enabled status.
|
java.lang.String |
getLongitude()
Gets the longitude coordinate of the device location.
|
java.lang.String |
getLongitudeAlt()
Gets the alternative longitude coordinate.
|
long |
getMaxConnectionAttempts()
Gets the maximum number of connection attempts.
|
java.lang.String |
getMessageTopic()
Gets the message topic for the device.
|
int |
getMissingONTsCount()
Gets the count of missing ONTs.
|
java.lang.String |
getModel()
Gets the model of the device.
|
java.util.List<java.lang.String> |
getModules()
Gets the list of modules associated with the device.
|
java.lang.String |
getName()
Gets the name of the device.
|
int |
getNumberOfShelves()
Gets the number of shelves in the device.
|
java.lang.String |
getOntPortsSyncProgress()
Gets the ONT ports synchronization progress.
|
java.util.List<java.lang.String> |
getOwnerInstance()
Gets the list of owner instances for this device.
|
java.lang.String |
getPassword()
Gets the password for device authentication.
|
java.lang.String |
getPeerNodeGroup()
Gets the peer node group information.
|
int |
getPort()
Gets the port number for device communication.
|
int |
getProvisionedONTsCount()
Gets the count of provisioned ONTs.
|
Region |
getRegion()
Gets the region information for the device.
|
java.lang.String |
getRestartDate()
Gets the restart date of the device.
|
java.lang.String |
getSchema()
Gets the schema version of the device.
|
java.lang.String |
getSchemaReal()
Gets the real schema version of the device.
|
java.lang.String |
getSchemaVersionSupportMsg()
Gets the schema version support message.
|
java.lang.String |
getSerialNumber()
Gets the serial number of the device.
|
java.lang.String |
getSerialNumberBeforeSwap()
Gets the serial number before device swap.
|
java.lang.String |
getServer()
Gets the server information.
|
java.lang.String |
getShelves()
Gets the shelves information.
|
double |
getSleepFactor()
Gets the sleep factor for device operations.
|
java.lang.String |
getSlot()
Gets the slot information.
|
java.lang.String |
getSoftwareVersion()
Gets the software version of the device.
|
java.lang.String |
getState()
Gets the current state of the device.
|
java.lang.String |
getSyncConfig()
Gets the synchronization configuration.
|
java.lang.String |
getSystemMacAddress()
Gets the system MAC address of the device.
|
java.lang.String |
getSystemMacAddressBeforeSwap()
Gets the system MAC address before device swap.
|
java.util.List<java.lang.String> |
getTags()
Gets the list of tags associated with this device.
|
java.lang.String |
getTimeZone()
Gets the time zone of the device.
|
java.lang.String |
getType()
Gets the type of the device.
|
java.lang.String |
getUserName()
Gets the username for device authentication.
|
java.lang.String |
getVendor()
Gets the vendor of the device.
|
java.lang.String |
getZip()
Gets the ZIP code of the device location.
|
boolean |
isAddandLatLng()
Checks if address and latitude/longitude are configured.
|
boolean |
isCallhome()
Checks if call home feature is enabled.
|
boolean |
isDefaultFactoryImage()
Checks if the device has the default factory image.
|
boolean |
isDefaultFactoryImage2()
Checks if the device has the default factory image (alternative property).
|
boolean |
isDeviceResync()
Checks if device resynchronization is in progress.
|
boolean |
isDicoveryTriggered()
Checks if discovery has been triggered for the device.
|
boolean |
isFullSyncPending()
Checks if a full synchronization is pending for the device.
|
boolean |
isIsAddandLatLng()
Checks if address and latitude/longitude are configured (alternative
property).
|
boolean |
isSwap()
Checks if the device is in swap mode.
|
boolean |
isSysLogSetup()
Checks if syslog is set up for the device.
|
boolean |
isTcpOnly()
Checks if the device uses TCP only for communication.
|
void |
setAddandLatLng(boolean addandLatLng)
Sets whether address and latitude/longitude are configured.
|
void |
setAddress(java.lang.String address)
Sets the primary IP address of the device.
|
void |
setAddress2(java.lang.String address2)
Sets the secondary IP address of the device.
|
void |
setAddressBeforeSwap(java.lang.String addressBeforeSwap)
Sets the IP address before device swap.
|
void |
setAddressLongValue(long addressLongValue)
Sets the long value representation of the device address.
|
void |
setAlarmSuppression(java.lang.String alarmSuppression)
Sets the alarm suppression configuration.
|
void |
setAsmType(java.lang.String asmType)
Sets the ASM (Alarm Suppression Management) type.
|
void |
setBetweenAttemptsTimeoutMillis(long betweenAttemptsTimeoutMillis)
Sets the timeout in milliseconds between connection attempts.
|
void |
setCallhome(boolean callhome)
Sets whether call home feature is enabled.
|
void |
setConnectionDetail(java.lang.String connectionDetail)
Sets the connection detail information.
|
void |
setConnectionTimeoutMillis(long connectionTimeoutMillis)
Sets the connection timeout in milliseconds.
|
void |
setDbChangeEventSequenceNumber(java.lang.String dbChangeEventSequenceNumber)
Sets the database change event sequence number.
|
void |
setDbChangeEventTime(java.lang.String dbChangeEventTime)
Sets the database change event time.
|
void |
setDefaultFactoryImage(boolean defaultFactoryImage)
Sets whether the device has the default factory image.
|
void |
setDefaultFactoryImage2(boolean defaultFactoryImage2)
Sets whether the device has the default factory image (alternative property).
|
void |
setDeltaSyncDirection(java.lang.String deltaSyncDirection)
Sets the delta synchronization direction.
|
void |
setDeltaSyncEnabled(java.lang.String deltaSyncEnabled)
Sets the delta synchronization enabled status.
|
void |
setDeltaSyncManual(java.lang.String deltaSyncManual)
Sets the delta synchronization manual mode status.
|
void |
setDeviceAddress(java.lang.String deviceAddress)
Sets the physical address of the device.
|
void |
setDeviceId(java.lang.String deviceId)
Sets the unique device identifier.
|
void |
setDeviceName(java.lang.String deviceName)
Sets the device name.
|
void |
setDeviceResync(boolean deviceResync)
Sets whether device resynchronization is in progress.
|
void |
setDeviceState(java.lang.String deviceState)
Sets the device state information.
|
void |
setDicoveryTriggered(boolean dicoveryTriggered)
Sets whether discovery has been triggered for the device.
|
void |
setDistro(java.lang.String distro)
Sets the distribution information of the device.
|
void |
setEquipments(java.util.List<java.lang.String> equipments)
Sets the list of equipment associated with the device.
|
void |
setExt(java.lang.String ext)
Sets the extension information of the device.
|
void |
setFullSyncPending(boolean fullSyncPending)
Sets the full synchronization pending status.
|
void |
setHardwareVersion(java.lang.String hardwareVersion)
Sets the hardware version of the device.
|
void |
setHostname(java.lang.String hostname)
Sets the hostname of the device.
|
void |
setInstallDate(java.lang.String installDate)
Sets the installation date of the device.
|
void |
setIsAddandLatLng(boolean isAddandLatLng)
Sets whether address and latitude/longitude are configured (alternative
property).
|
void |
setJoinedEquipments(java.lang.String joinedEquipments)
Sets the joined equipment string representation.
|
void |
setJoinedModules(java.lang.String joinedModules)
Sets the joined modules string representation.
|
void |
setLatitude(java.lang.String latitude)
Sets the latitude coordinate of the device location.
|
void |
setLatitudeAlt(java.lang.String latitudeAlt)
Sets the alternative latitude coordinate.
|
void |
setLiveReleaseVersion(java.lang.String liveReleaseVersion)
Sets the live release version of the device.
|
void |
setLockControlEnabled(java.lang.String lockControlEnabled)
Sets the lock control enabled status.
|
void |
setLongitude(java.lang.String longitude)
Sets the longitude coordinate of the device location.
|
void |
setLongitudeAlt(java.lang.String longitudeAlt)
Sets the alternative longitude coordinate.
|
void |
setMaxConnectionAttempts(long maxConnectionAttempts)
Sets the maximum number of connection attempts.
|
void |
setMessageTopic(java.lang.String messageTopic)
Sets the message topic for the device.
|
void |
setMissingONTsCount(int missingONTsCount)
Sets the count of missing ONTs.
|
void |
setModel(java.lang.String model)
Sets the model of the device.
|
void |
setModules(java.util.List<java.lang.String> modules)
Sets the list of modules associated with the device.
|
void |
setName(java.lang.String name)
Sets the name of the device.
|
void |
setNumberOfShelves(int numberOfShelves)
Sets the number of shelves in the device.
|
void |
setOntPortsSyncProgress(java.lang.String ontPortsSyncProgress)
Sets the ONT ports synchronization progress.
|
void |
setOwnerInstance(java.util.List<java.lang.String> ownerInstance)
Sets the list of owner instances for this device.
|
void |
setPassword(java.lang.String password)
Sets the password for device authentication.
|
void |
setPeerNodeGroup(java.lang.String peerNodeGroup)
Sets the peer node group information.
|
void |
setPort(int port)
Sets the port number for device communication.
|
void |
setProvisionedONTsCount(int provisionedONTsCount)
Sets the count of provisioned ONTs.
|
void |
setRegion(Region region)
Sets the region information for the device.
|
void |
setRestartDate(java.lang.String restartDate)
Sets the restart date of the device.
|
void |
setSchema(java.lang.String schema)
Sets the schema version of the device.
|
void |
setSchemaReal(java.lang.String schemaReal)
Sets the real schema version of the device.
|
void |
setSchemaVersionSupportMsg(java.lang.String schemaVersionSupportMsg)
Sets the schema version support message.
|
void |
setSerialNumber(java.lang.String serialNumber)
Sets the serial number of the device.
|
void |
setSerialNumberBeforeSwap(java.lang.String serialNumberBeforeSwap)
Sets the serial number before device swap.
|
void |
setServer(java.lang.String server)
Sets the server information.
|
void |
setShelves(java.lang.String shelves)
Sets the shelves information.
|
void |
setSleepFactor(double sleepFactor)
Sets the sleep factor for device operations.
|
void |
setSlot(java.lang.String slot)
Sets the slot information.
|
void |
setSoftwareVersion(java.lang.String softwareVersion)
Sets the software version of the device.
|
void |
setState(java.lang.String state)
Sets the current state of the device.
|
void |
setSwap(boolean swap)
Sets the swap mode status of the device.
|
void |
setSyncConfig(java.lang.String syncConfig)
Sets the synchronization configuration.
|
void |
setSysLogSetup(boolean sysLogSetup)
Sets whether syslog is set up for the device.
|
void |
setSystemMacAddress(java.lang.String systemMacAddress)
Sets the system MAC address of the device.
|
void |
setSystemMacAddressBeforeSwap(java.lang.String systemMacAddressBeforeSwap)
Sets the system MAC address before device swap.
|
void |
setTags(java.util.List<java.lang.String> tags)
Sets the list of tags for this device.
|
void |
setTcpOnly(boolean tcpOnly)
Sets whether the device uses TCP only for communication.
|
void |
setTimeZone(java.lang.String timeZone)
Sets the time zone of the device.
|
void |
setType(java.lang.String type)
Sets the type of the device.
|
void |
setUserName(java.lang.String userName)
Sets the username for device authentication.
|
void |
setVendor(java.lang.String vendor)
Sets the vendor of the device.
|
void |
setZip(java.lang.String zip)
Sets the ZIP code of the device location.
|
public java.util.List<java.lang.String> getTags()
public void setTags(java.util.List<java.lang.String> tags)
tags - the list of tags to setpublic java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - the device address to setpublic java.lang.String getAddress2()
public void setAddress2(java.lang.String address2)
address2 - the secondary device address to setpublic int getPort()
public void setPort(int port)
port - the port number 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 setpublic java.lang.String getSystemMacAddress()
public void setSystemMacAddress(java.lang.String systemMacAddress)
systemMacAddress - the system MAC address to setpublic java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber - the serial number to setpublic java.lang.String getHostname()
public void setHostname(java.lang.String hostname)
hostname - the hostname to setpublic java.util.List<java.lang.String> getOwnerInstance()
public void setOwnerInstance(java.util.List<java.lang.String> ownerInstance)
ownerInstance - the list of owner instances to setpublic java.lang.String getTimeZone()
public void setTimeZone(java.lang.String timeZone)
timeZone - the time zone to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the device type to setpublic java.lang.String getModel()
public void setModel(java.lang.String model)
model - the device model to setpublic java.lang.String getVendor()
public void setVendor(java.lang.String vendor)
vendor - the device vendor to setpublic java.lang.String getSoftwareVersion()
public void setSoftwareVersion(java.lang.String softwareVersion)
softwareVersion - the software version to setpublic java.lang.String getHardwareVersion()
public void setHardwareVersion(java.lang.String hardwareVersion)
hardwareVersion - the hardware version to setpublic java.lang.String getSerialNumberBeforeSwap()
public void setSerialNumberBeforeSwap(java.lang.String serialNumberBeforeSwap)
serialNumberBeforeSwap - the serial number before swap to setpublic java.lang.String getSystemMacAddressBeforeSwap()
public void setSystemMacAddressBeforeSwap(java.lang.String systemMacAddressBeforeSwap)
systemMacAddressBeforeSwap - the system MAC address before swap to setpublic java.lang.String getAddressBeforeSwap()
public void setAddressBeforeSwap(java.lang.String addressBeforeSwap)
addressBeforeSwap - the address before swap to setpublic boolean isSwap()
public void setSwap(boolean swap)
swap - true to enable swap mode, false otherwisepublic java.lang.String getDistro()
public void setDistro(java.lang.String distro)
distro - the distribution information to setpublic java.lang.String getSchema()
public void setSchema(java.lang.String schema)
schema - the schema version to setpublic java.lang.String getSchemaReal()
public void setSchemaReal(java.lang.String schemaReal)
schemaReal - the real schema version to setpublic java.lang.String getLiveReleaseVersion()
public void setLiveReleaseVersion(java.lang.String liveReleaseVersion)
liveReleaseVersion - the live release version to setpublic java.lang.String getSchemaVersionSupportMsg()
public void setSchemaVersionSupportMsg(java.lang.String schemaVersionSupportMsg)
schemaVersionSupportMsg - the schema version support message to setpublic boolean isFullSyncPending()
public void setFullSyncPending(boolean fullSyncPending)
fullSyncPending - true if full sync is pending, false otherwisepublic long getAddressLongValue()
public void setAddressLongValue(long addressLongValue)
addressLongValue - the address long value to setpublic java.lang.String getExt()
public void setExt(java.lang.String ext)
ext - the extension information to setpublic java.lang.String getMessageTopic()
public void setMessageTopic(java.lang.String messageTopic)
messageTopic - the message topic to setpublic java.lang.String getState()
public void setState(java.lang.String state)
state - the device state to setpublic java.lang.String getDeviceState()
public void setDeviceState(java.lang.String deviceState)
deviceState - the device state to setpublic Region getRegion()
public void setRegion(Region region)
region - the region to setpublic long getBetweenAttemptsTimeoutMillis()
public void setBetweenAttemptsTimeoutMillis(long betweenAttemptsTimeoutMillis)
betweenAttemptsTimeoutMillis - the timeout between attempts in
milliseconds to setpublic long getConnectionTimeoutMillis()
public void setConnectionTimeoutMillis(long connectionTimeoutMillis)
connectionTimeoutMillis - the connection timeout in milliseconds to setpublic long getMaxConnectionAttempts()
public void setMaxConnectionAttempts(long maxConnectionAttempts)
maxConnectionAttempts - the maximum connection attempts to setpublic java.lang.String getConnectionDetail()
public void setConnectionDetail(java.lang.String connectionDetail)
connectionDetail - the connection detail to setpublic java.lang.String getOntPortsSyncProgress()
public void setOntPortsSyncProgress(java.lang.String ontPortsSyncProgress)
ontPortsSyncProgress - the ONT ports sync progress to setpublic java.util.List<java.lang.String> getEquipments()
public void setEquipments(java.util.List<java.lang.String> equipments)
equipments - the list of equipment to setpublic java.lang.String getJoinedEquipments()
public void setJoinedEquipments(java.lang.String joinedEquipments)
joinedEquipments - the joined equipment string to setpublic java.util.List<java.lang.String> getModules()
public void setModules(java.util.List<java.lang.String> modules)
modules - the list of modules to setpublic java.lang.String getJoinedModules()
public void setJoinedModules(java.lang.String joinedModules)
joinedModules - the joined modules string to setpublic int getProvisionedONTsCount()
public void setProvisionedONTsCount(int provisionedONTsCount)
provisionedONTsCount - the provisioned ONTs count to setpublic int getMissingONTsCount()
public void setMissingONTsCount(int missingONTsCount)
missingONTsCount - the missing ONTs count to setpublic boolean isTcpOnly()
public void setTcpOnly(boolean tcpOnly)
tcpOnly - true for TCP only, false otherwisepublic double getSleepFactor()
public void setSleepFactor(double sleepFactor)
sleepFactor - the sleep factor to setpublic java.lang.String getDeltaSyncEnabled()
public void setDeltaSyncEnabled(java.lang.String deltaSyncEnabled)
deltaSyncEnabled - the delta sync enabled status to setpublic java.lang.String getLockControlEnabled()
public void setLockControlEnabled(java.lang.String lockControlEnabled)
lockControlEnabled - the lock control enabled status to setpublic java.lang.String getDeltaSyncManual()
public void setDeltaSyncManual(java.lang.String deltaSyncManual)
deltaSyncManual - the delta sync manual mode status to setpublic java.lang.String getDeltaSyncDirection()
public void setDeltaSyncDirection(java.lang.String deltaSyncDirection)
deltaSyncDirection - the delta sync direction to setpublic java.lang.String getSyncConfig()
public void setSyncConfig(java.lang.String syncConfig)
syncConfig - the sync configuration to setpublic java.lang.String getDbChangeEventTime()
public void setDbChangeEventTime(java.lang.String dbChangeEventTime)
dbChangeEventTime - the database change event time to setpublic java.lang.String getDbChangeEventSequenceNumber()
public void setDbChangeEventSequenceNumber(java.lang.String dbChangeEventSequenceNumber)
dbChangeEventSequenceNumber - the database change event sequence number
to setpublic java.lang.String getDeviceId()
public void setDeviceId(java.lang.String deviceId)
deviceId - the device ID to setpublic boolean isDefaultFactoryImage()
public void setDefaultFactoryImage(boolean defaultFactoryImage)
defaultFactoryImage - true for default factory image, false otherwisepublic boolean isCallhome()
public void setCallhome(boolean callhome)
callhome - true to enable call home, false otherwisepublic boolean isDeviceResync()
public void setDeviceResync(boolean deviceResync)
deviceResync - true if device resync is in progress, false otherwisepublic boolean isDicoveryTriggered()
public void setDicoveryTriggered(boolean dicoveryTriggered)
dicoveryTriggered - true if discovery is triggered, false otherwisepublic boolean isSysLogSetup()
public void setSysLogSetup(boolean sysLogSetup)
sysLogSetup - true if syslog is set up, false otherwisepublic boolean isAddandLatLng()
public void setAddandLatLng(boolean addandLatLng)
addandLatLng - true if address and lat/lng are configured, false
otherwisepublic java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude - the latitude to setpublic java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude - the longitude to setpublic java.lang.String getAsmType()
public void setAsmType(java.lang.String asmType)
asmType - the ASM type to setpublic java.lang.String getAlarmSuppression()
public void setAlarmSuppression(java.lang.String alarmSuppression)
alarmSuppression - the alarm suppression configuration to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the device name to setpublic int getNumberOfShelves()
public void setNumberOfShelves(int numberOfShelves)
numberOfShelves - the number of shelves to setpublic java.lang.String getShelves()
public void setShelves(java.lang.String shelves)
shelves - the shelves information to setpublic boolean isIsAddandLatLng()
public void setIsAddandLatLng(boolean isAddandLatLng)
isAddandLatLng - true if address and lat/lng are configured, false
otherwisepublic java.lang.String getDeviceAddress()
public void setDeviceAddress(java.lang.String deviceAddress)
deviceAddress - the device address to setpublic java.lang.String getZip()
public void setZip(java.lang.String zip)
zip - the ZIP code to setpublic java.lang.String getRestartDate()
public void setRestartDate(java.lang.String restartDate)
restartDate - the restart date to setpublic java.lang.String getInstallDate()
public void setInstallDate(java.lang.String installDate)
installDate - the installation date to setpublic java.lang.String getLatitudeAlt()
public void setLatitudeAlt(java.lang.String latitudeAlt)
latitudeAlt - the alternative latitude to setpublic java.lang.String getLongitudeAlt()
public void setLongitudeAlt(java.lang.String longitudeAlt)
longitudeAlt - the alternative longitude to setpublic java.lang.String getPeerNodeGroup()
public void setPeerNodeGroup(java.lang.String peerNodeGroup)
peerNodeGroup - the peer node group to setpublic java.lang.String getServer()
public void setServer(java.lang.String server)
server - the server information to setpublic java.lang.String getSlot()
public void setSlot(java.lang.String slot)
slot - the slot information to setpublic boolean isDefaultFactoryImage2()
public void setDefaultFactoryImage2(boolean defaultFactoryImage2)
defaultFactoryImage2 - true for default factory image, false otherwisepublic java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
deviceName - the device name to set