public class NodeScanSchedule extends Object
NodeScanSchedule class.
Constructor and Description |
---|
NodeScanSchedule(int nodeId,
String foreignSource,
String foreignId,
OnmsMonitoringLocation location,
org.joda.time.Duration initialDelay,
org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
|
Modifier and Type | Method and Description |
---|---|
String |
getForeignId()
getForeignId
|
String |
getForeignSource()
getForeignSource
|
org.joda.time.Duration |
getInitialDelay()
getInitialDelay
|
OnmsMonitoringLocation |
getLocation() |
int |
getNodeId()
getNodeId
|
org.joda.time.Duration |
getScanInterval()
getScanInterval
|
int |
hashCode()
hashCode
|
String |
toString()
toString
|
public NodeScanSchedule(int nodeId, String foreignSource, String foreignId, OnmsMonitoringLocation location, org.joda.time.Duration initialDelay, org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
public String getForeignId()
getForeignId
public int getNodeId()
getNodeId
public String getForeignSource()
getForeignSource
public OnmsMonitoringLocation getLocation()
public org.joda.time.Duration getInitialDelay()
getInitialDelay
public org.joda.time.Duration getScanInterval()
getScanInterval
public String toString()
toString
Copyright © 2021. All rights reserved.