Class Comment

All Implemented Interfaces:
IExtendable

public final class Comment extends ExtendableObject
Entity class for comments. See CommentType for more information on types of comments specified by the CHAT transcription format.
  • Method Details

    • getValue

      public TierData getValue()
      Get the comment data.
      Returns:
      tier data for comment
    • setValue

      public void setValue(TierData comment)
      Set the comment value.
      Parameters:
      comment -
    • getType

      public CommentType getType()
      Get comment type
      Returns:
      comment type
    • setType

      public void setType(CommentType type)
      Set comment type
      Parameters:
      type -