Package org.netxms.client.events
Class IncidentComment
java.lang.Object
org.netxms.client.events.IncidentComment
Incident comment
-
Constructor Summary
ConstructorsConstructorDescriptionIncidentComment(NXCPMessage msg, long baseId) Create incident comment from NXCP message -
Method Summary
-
Constructor Details
-
IncidentComment
Create incident comment from NXCP message- Parameters:
msg- Source NXCP messagebaseId- Base variable ID for parsing
-
-
Method Details
-
getId
public long getId()Get comment ID- Returns:
- comment ID
-
getIncidentId
public long getIncidentId()Get incident ID- Returns:
- incident ID
-
getCreationTime
Get creation time- Returns:
- creation time
-
getUserId
public int getUserId()Get user ID of comment author- Returns:
- user ID
-
getText
Get comment text- Returns:
- comment text
-
isAiGenerated
public boolean isAiGenerated()- Returns:
- the aiGenerated
-
toString
-