Package org.netxms.client
Class PollState
java.lang.Object
org.netxms.client.PollState
State of object poll
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintboolean
- 
Constructor Details- 
PollStateCreate from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getPollType- Returns:
- the pollType
 
- 
isPendingpublic boolean isPending()- Returns:
- the pending
 
- 
getLastCompleted- Returns:
- the lastCompleted
 
- 
getLastRunTimepublic int getLastRunTime()- Returns:
- the lastRunTime
 
 
-