Class IncidentCommentList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.IncidentCommentList
List of incident comments.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IncidentCommentList
public IncidentCommentList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of comments.- Returns:
- the nextLink value.
-
value
Get the value property: Array of comments.- Returns:
- the value value.
-
withValue
Set the value property: Array of comments.- Parameters:
value
- the value value to set.- Returns:
- the IncidentCommentList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-