Class NodeScanSchedule
- java.lang.Object
-
- org.opennms.netmgt.provision.service.NodeScanSchedule
-
public class NodeScanSchedule extends Object
NodeScanSchedule class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description NodeScanSchedule(int nodeId, String foreignSource, String foreignId, OnmsMonitoringLocation location, org.joda.time.Duration initialDelay, org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getForeignId()
getForeignIdString
getForeignSource()
getForeignSourceorg.joda.time.Duration
getInitialDelay()
getInitialDelayOnmsMonitoringLocation
getLocation()
int
getNodeId()
getNodeIdorg.joda.time.Duration
getScanInterval()
getScanIntervalint
hashCode()
hashCodeString
toString()
toString
-
-
-
Constructor Detail
-
NodeScanSchedule
public NodeScanSchedule(int nodeId, String foreignSource, String foreignId, OnmsMonitoringLocation location, org.joda.time.Duration initialDelay, org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
-
-
Method Detail
-
getForeignId
public String getForeignId()
getForeignId
- Returns:
- the foreignId
-
getNodeId
public int getNodeId()
getNodeId
- Returns:
- the nodeId
-
getForeignSource
public String getForeignSource()
getForeignSource
- Returns:
- the foreignSource
-
getLocation
public OnmsMonitoringLocation getLocation()
-
getInitialDelay
public org.joda.time.Duration getInitialDelay()
getInitialDelay
- Returns:
- the initialDelay
-
getScanInterval
public org.joda.time.Duration getScanInterval()
getScanInterval
- Returns:
- the scanInterval
-
toString
public String toString()
toString
-
-