Package org.netxms.client.ai
Class AiOperatorInstructionsHistoryRecord
java.lang.Object
org.netxms.client.ai.AiOperatorInstructionsHistoryRecord
Standing instructions history record of an AI operator instance: instructions text as it was before a change.
-
Constructor Summary
ConstructorsConstructorDescriptionAiOperatorInstructionsHistoryRecord(NXCPMessage msg, long baseId) Create record from NXCP message. -
Method Summary
-
Constructor Details
-
AiOperatorInstructionsHistoryRecord
Create record from NXCP message.- Parameters:
msg- NXCP messagebaseId- 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
- Returns:
- time of the change
-
getPreviousText
- Returns:
- instructions text before the change
-