Class Post
java.lang.Object
org.junittest.forum_server_springconfiguration.Post
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionPost()
Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionstatic Post.Builder
builder()
getDate()
getId()
getTitle()
void
void
setAuthorId
(String authorId) void
setContent
(String content) void
void
void
setPubliclyAvailable
(Boolean publiclyAvailable) void
void
setTopicId
(String topicId) toString()
-
Constructor Details
-
Post
public Post()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details