|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.service.NodeScanSchedule
public class NodeScanSchedule
NodeScanSchedule class.
| Constructor Summary | |
|---|---|
NodeScanSchedule(int nodeId,
String foreignSource,
String foreignId,
org.joda.time.Duration initialDelay,
org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule. |
|
| Method Summary | |
|---|---|
String |
getForeignId()
getForeignId |
String |
getForeignSource()
getForeignSource |
org.joda.time.Duration |
getInitialDelay()
getInitialDelay |
int |
getNodeId()
getNodeId |
org.joda.time.Duration |
getScanInterval()
getScanInterval |
int |
hashCode()
hashCode |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeScanSchedule(int nodeId,
String foreignSource,
String foreignId,
org.joda.time.Duration initialDelay,
org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
nodeId - a int.foreignSource - a String object.foreignId - a String object.initialDelay - a Duration object.scanInterval - a Duration object.| Method Detail |
|---|
public String getForeignId()
getForeignId
public int getNodeId()
getNodeId
public String getForeignSource()
getForeignSource
public org.joda.time.Duration getInitialDelay()
getInitialDelay
public org.joda.time.Duration getScanInterval()
getScanInterval
public String toString()
toString
toString in class ObjectString object.public int hashCode()
hashCode
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||