@Entity public final class OspfElement extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OspfElement.Status |
static class |
OspfElement.TruthValue |
Constructor and Description |
---|
OspfElement() |
public OnmsNode getNode()
OnmsNode
object.public InetAddress getOspfRouterId()
public OspfElement.Status getOspfAdminStat()
public Integer getOspfVersionNumber()
public OspfElement.TruthValue getOspfBdrRtrStatus()
public OspfElement.TruthValue getOspfASBdrRtrStatus()
public InetAddress getOspfRouterIdNetmask()
public Integer getOspfRouterIdIfindex()
public Date getOspfNodeCreateTime()
public Date getOspfNodeLastPollTime()
public void setOspfRouterId(InetAddress ospfRouterId)
public void setOspfAdminStat(OspfElement.Status ospfAdminStat)
public void setOspfVersionNumber(Integer ospfVersionNumber)
public void setOspfBdrRtrStatus(OspfElement.TruthValue ospfBdrRtrStatus)
public void setOspfASBdrRtrStatus(OspfElement.TruthValue ospfASBdrRtrStatus)
public void setId(Integer id)
public void setNode(OnmsNode node)
public void setOspfRouterIdNetmask(InetAddress ospfRouterIdNetmask)
public void setOspfRouterIdIfindex(Integer ospfRouterIdIfindex)
public void setOspfNodeCreateTime(Date ospfNodeCreateTime)
public void setOspfNodeLastPollTime(Date ospfNodeLastPollTime)
public String toString()
toString
public void merge(OspfElement element)
Copyright © 2021. All rights reserved.