@Entity public class OnmsDistPoller extends Object implements Serializable
Constructor and Description |
---|
OnmsDistPoller()
default constructor
|
OnmsDistPoller(String name,
String ipAddress)
minimal constructor
|
Modifier and Type | Method and Description |
---|---|
Integer |
getAdminState()
Reflects desired state for this distributed poller.
|
String |
getComment()
A free form text field providing a desciption of the distrubted poller
|
BigDecimal |
getDiscoveryLimit()
Numeric representation of percentage of interface speed available to discovery
process.
|
String |
getIpAddress()
IP address of the distributed poller.
|
Date |
getLastEventPull()
Time of last pull of events from the DP
|
Date |
getLastNodePull()
Time of last pull of new nodes from the DP
|
Date |
getLastPackagePush()
Time of last push of Package (config) to the DP
|
String |
getName()
A human-readable name for each system.
|
Integer |
getRunState()
Reflects the current perceived state of the distributed
poller.
|
void |
setAdminState(Integer dpadminstate)
setAdminState
|
void |
setComment(String dpcomment)
setComment
|
void |
setDiscoveryLimit(BigDecimal dpdisclimit)
setDiscoveryLimit
|
void |
setIpAddress(String dpip)
setIpAddress
|
void |
setLastEventPull(Date dplasteventpull)
setLastEventPull
|
void |
setLastNodePull(Date dplastnodepull)
setLastNodePull
|
void |
setLastPackagePush(Date dplastpackagepush)
setLastPackagePush
|
void |
setName(String dpname)
setName
|
void |
setRunState(Integer dprunstate)
setRunState
|
String |
toString()
toString
|
public String getName()
String
object.public String getIpAddress()
String
object.public String getComment()
String
object.public void setComment(String dpcomment)
setComment
dpcomment
- a String
object.public BigDecimal getDiscoveryLimit()
BigDecimal
object.public void setDiscoveryLimit(BigDecimal dpdisclimit)
setDiscoveryLimit
dpdisclimit
- a BigDecimal
object.public Date getLastNodePull()
Date
object.public void setLastNodePull(Date dplastnodepull)
setLastNodePull
dplastnodepull
- a Date
object.public Date getLastEventPull()
Date
object.public void setLastEventPull(Date dplasteventpull)
setLastEventPull
dplasteventpull
- a Date
object.public Date getLastPackagePush()
Date
object.public void setLastPackagePush(Date dplastpackagepush)
setLastPackagePush
dplastpackagepush
- a Date
object.public Integer getAdminState()
Integer
object.public void setAdminState(Integer dpadminstate)
setAdminState
dpadminstate
- a Integer
object.public Integer getRunState()
Integer
object.public void setRunState(Integer dprunstate)
setRunState
dprunstate
- a Integer
object.Copyright © 2015. All rights reserved.