Class IncidentCommentInner


  • public final class IncidentCommentInner
    extends ResourceWithEtag
    Represents an incident comment.
    • Constructor Detail

      • IncidentCommentInner

        public IncidentCommentInner()
    • Method Detail

      • withEtag

        public IncidentCommentInner withEtag​(String etag)
        Set the etag property: Etag of the azure resource.
        Overrides:
        withEtag in class ResourceWithEtag
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceWithEtag object itself.
      • createdTimeUtc

        public OffsetDateTime createdTimeUtc()
        Get the createdTimeUtc property: The time the comment was created.
        Returns:
        the createdTimeUtc value.
      • lastModifiedTimeUtc

        public OffsetDateTime lastModifiedTimeUtc()
        Get the lastModifiedTimeUtc property: The time the comment was updated.
        Returns:
        the lastModifiedTimeUtc value.
      • message

        public String message()
        Get the message property: The comment message.
        Returns:
        the message value.
      • withMessage

        public IncidentCommentInner withMessage​(String message)
        Set the message property: The comment message.
        Parameters:
        message - the message value to set.
        Returns:
        the IncidentCommentInner object itself.
      • author

        public ClientInfo author()
        Get the author property: Describes the client that created the comment.
        Returns:
        the author value.