Class PollState

java.lang.Object
org.netxms.client.PollState

public class PollState extends Object
State of object poll
  • Constructor Details

    • PollState

      public PollState(NXCPMessage msg, long baseId)
      Create from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - base field ID
  • Method Details

    • getPollType

      public String getPollType()
      Returns:
      the pollType
    • isPending

      public boolean isPending()
      Returns:
      the pending
    • getLastCompleted

      public Date getLastCompleted()
      Returns:
      the lastCompleted
    • getLastRunTime

      public int getLastRunTime()
      Returns:
      the lastRunTime