Package org.allGraphQLCases.server
Class SINP_InputWithJson_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_InputWithJson_SINS
- All Implemented Interfaces:
AllInputTypes1
,AllInputTypes2
- 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 TypeMethodDescriptionbuilder()
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
toString()
-
Constructor Details
-
SINP_InputWithJson_SINS
public SINP_InputWithJson_SINS()
-
-
Method Details
-
setTest
-
getTest
-
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
-