org.opennms.secret.model
Class NodeInterface
java.lang.Object
org.opennms.secret.model.NodeInterface
public class NodeInterface
- extends Object
- Author:
- David Hustace
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeInterface
public NodeInterface()
getId
public Long getId()
- Returns:
- Returns the id.
setId
public void setId(Long id)
getIfIndex
public Long getIfIndex()
- Returns:
- Returns the ifIndex.
setIfIndex
public void setIfIndex(Long ifIndex)
- Parameters:
ifIndex - The ifIndex to set.
getIpAddr
public String getIpAddr()
- Returns:
- Returns the ipAddr.
setIpAddr
public void setIpAddr(String ipAddr)
- Parameters:
ipAddr - The ipAddr to set.
getIpHostName
public String getIpHostName()
- Returns:
- Returns the ipHostName.
setIpHostName
public void setIpHostName(String ipHostName)
- Parameters:
ipHostName - The ipHostName to set.
getIpLastCapsdPoll
public Date getIpLastCapsdPoll()
- Returns:
- Returns the ipLastCapsdPoll.
setIpLastCapsdPoll
public void setIpLastCapsdPoll(Date ipLastCapsdPoll)
- Parameters:
ipLastCapsdPoll - The ipLastCapsdPoll to set.
getIpStatus
public Long getIpStatus()
- Returns:
- Returns the ipStatus.
setIpStatus
public void setIpStatus(Long ipStatus)
- Parameters:
ipStatus - The ipStatus to set.
getIsManaged
public String getIsManaged()
- Returns:
- Returns the isManaged.
setIsManaged
public void setIsManaged(String isManaged)
- Parameters:
isManaged - The isManaged to set.
getIsSnmpPrimary
public String getIsSnmpPrimary()
- Returns:
- Returns the isSnmpPrimary.
setIsSnmpPrimary
public void setIsSnmpPrimary(String isSnmpPrimary)
- Parameters:
isSnmpPrimary - The isSnmpPrimary to set.
getNodeId
public Long getNodeId()
- Returns:
- Returns the nodeId.
setNodeId
public void setNodeId(Long nodeId)
- Parameters:
nodeId - The nodeId to set.
hasPerformanceDataSource
public boolean hasPerformanceDataSource()
Copyright © 2009. All Rights Reserved.