Class ModifyPostRequest


  • public class ModifyPostRequest
    extends java.lang.Object
    게시글 작성,수정 요청.
    Version:
    1.0
    Author:
    always0ne
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String body
      게시글 본문.
      private java.lang.String title
      게시글 제목.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • title

        private java.lang.String title
        게시글 제목.
      • body

        private java.lang.String body
        게시글 본문.
    • Constructor Detail

      • ModifyPostRequest

        public ModifyPostRequest()