Class LldpElement

    • Method Detail

      • getNode

        public OnmsNode getNode()
        The node this asset information belongs to.
        Returns:
        a OnmsNode object.
      • getLldpSysname

        public String getLldpSysname()
      • getLldpChassisId

        public String getLldpChassisId()
      • getLldpNodeCreateTime

        public Date getLldpNodeCreateTime()
      • getLldpNodeLastPollTime

        public Date getLldpNodeLastPollTime()
      • setId

        public void setId​(Integer id)

        setId

        Parameters:
        id - a Integer object.
      • setNode

        public void setNode​(OnmsNode node)
        Set the node associated with the Lldp Element record
        Parameters:
        node - a OnmsNode object.
      • setLldpSysname

        public void setLldpSysname​(String lldpSysname)
      • setLldpChassisId

        public void setLldpChassisId​(String lldpChassisId)
      • setLldpNodeCreateTime

        public void setLldpNodeCreateTime​(Date lldpNodeCreateTime)
      • setLldpNodeLastPollTime

        public void setLldpNodeLastPollTime​(Date lldpNodeLastPollTime)