Package org.allGraphQLCases.server
Class STP_TypeWithJson_STS
java.lang.Object
org.allGraphQLCases.server.STP_TypeWithJson_STS
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic STP_TypeWithJson_STS.Builder
builder()
getDate()
getEnum()
com.fasterxml.jackson.databind.node.ObjectNode
getJson()
List<com.fasterxml.jackson.databind.node.ObjectNode>
getJsons()
getLong()
getTest()
void
setBoolean
(Boolean _boolean) void
void
setEnum
(SEP_Episode_SES _enum) void
setJson
(com.fasterxml.jackson.databind.node.ObjectNode json) void
void
void
void
setWithArguments
(String withArguments) toString()
-
Constructor Details
-
STP_TypeWithJson_STS
public STP_TypeWithJson_STS()
-
-
Method Details
-
setTest
-
getTest
-
setWithArguments
-
getWithArguments
-
setDate
-
getDate
-
setLong
-
getLong
-
setBoolean
-
getBoolean
-
setEnum
-
getEnum
-
setJson
public void setJson(com.fasterxml.jackson.databind.node.ObjectNode json) -
getJson
public com.fasterxml.jackson.databind.node.ObjectNode getJson() -
setJsons
-
getJsons
-
toString
-
builder
-