Class AiOperatorInstructionsHistoryRecord

java.lang.Object
org.netxms.client.ai.AiOperatorInstructionsHistoryRecord

public class AiOperatorInstructionsHistoryRecord extends Object
Standing instructions history record of an AI operator instance: instructions text as it was before a change.
  • Constructor Details

    • AiOperatorInstructionsHistoryRecord

      public AiOperatorInstructionsHistoryRecord(NXCPMessage msg, long baseId)
      Create record from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - base ID for fields
  • Method Details

    • getId

      public long getId()
      Returns:
      record ID
    • getIteration

      public int getIteration()
      Returns:
      instance iteration at which the instructions changed
    • getTimestamp

      public Date getTimestamp()
      Returns:
      time of the change
    • getPreviousText

      public String getPreviousText()
      Returns:
      instructions text before the change