Class AddCommentRequest


  • public class AddCommentRequest
    extends java.lang.Object
    댓글 작성 요청.
    Version:
    1.0
    Author:
    always0ne
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String message
      댓글 메시지.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • message

        private java.lang.String message
        댓글 메시지.
    • Constructor Detail

      • AddCommentRequest

        public AddCommentRequest()