@Entity public final class IsIsElement extends Object implements Serializable, Topology
Modifier and Type | Class and Description |
---|---|
static class |
IsIsElement.IsisAdminState |
Constructor and Description |
---|
IsIsElement() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId()
getId
|
Date |
getIsisNodeCreateTime() |
Date |
getIsisNodeLastPollTime() |
IsIsElement.IsisAdminState |
getIsisSysAdminState() |
String |
getIsisSysID() |
OnmsNode |
getNode()
The node this asset information belongs to.
|
void |
merge(IsIsElement element) |
String |
printTopology() |
void |
setId(Integer id)
setId
|
void |
setIsisNodeCreateTime(Date isisNodeCreateTime) |
void |
setIsisNodeLastPollTime(Date isisNodeLastPollTime) |
void |
setIsisSysAdminState(IsIsElement.IsisAdminState isisSysAdminState) |
void |
setIsisSysID(String isisSysID) |
void |
setNode(OnmsNode node)
Set the node associated with the Lldp Element record
|
String |
toString()
toString
|
public OnmsNode getNode()
OnmsNode
object.public IsIsElement.IsisAdminState getIsisSysAdminState()
public String getIsisSysID()
public Date getIsisNodeCreateTime()
public Date getIsisNodeLastPollTime()
public void setNode(OnmsNode node)
node
- a OnmsNode
object.public void setIsisSysID(String isisSysID)
public void setIsisSysAdminState(IsIsElement.IsisAdminState isisSysAdminState)
public void setIsisNodeCreateTime(Date isisNodeCreateTime)
public void setIsisNodeLastPollTime(Date isisNodeLastPollTime)
public String toString()
toString
public String printTopology()
printTopology
in interface Topology
public void merge(IsIsElement element)
Copyright © 2019. All rights reserved.