类 UserComments


public class UserComments extends UserInteraction
  • 构造器详细资料

    • UserComments

      public UserComments()
  • 方法详细资料

    • getReplyToUrl

      public String getReplyToUrl()
    • setReplyToUrl

      public void setReplyToUrl(String replyToUrl)
    • getCreator

      public List<AbstractSchema> getCreator()
    • setCreator

      public void setCreator(List<AbstractSchema> creator)
    • getCommentTime

      public LocalDateTime getCommentTime()
    • setCommentTime

      public void setCommentTime(LocalDateTime commentTime)
    • getDiscusses

      public CreativeWork getDiscusses()
    • setDiscusses

      public void setDiscusses(CreativeWork discusses)
    • getCommentText

      public String getCommentText()
    • setCommentText

      public void setCommentText(String commentText)