public class NodeScanSchedule extends Object
NodeScanSchedule class.
Constructor and Description |
---|
NodeScanSchedule(int nodeId,
String foreignSource,
String foreignId,
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
|
int |
getNodeId()
getNodeId
|
org.joda.time.Duration |
getScanInterval()
getScanInterval
|
int |
hashCode()
hashCode
|
String |
toString()
toString
|
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
Copyright © 2017. All rights reserved.