Class STP_TypeWithJson_STS

java.lang.Object
org.allGraphQLCases.server.STP_TypeWithJson_STS
All Implemented Interfaces:
AllTypes1, AllTypes2

public class STP_TypeWithJson_STS extends Object implements AllTypes2, AllTypes1
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • STP_TypeWithJson_STS

      public STP_TypeWithJson_STS()
  • Method Details

    • setTest

      public void setTest(String test)
    • getTest

      public String getTest()
    • setWithArguments

      public void setWithArguments(String withArguments)
    • getWithArguments

      public String getWithArguments()
    • setDate

      public void setDate(Date date)
    • getDate

      public Date getDate()
    • setLong

      public void setLong(Long _long)
    • getLong

      public Long getLong()
    • setBoolean

      public void setBoolean(Boolean _boolean)
    • getBoolean

      public Boolean getBoolean()
    • setEnum

      public void setEnum(SEP_Episode_SES _enum)
    • getEnum

      public SEP_Episode_SES getEnum()
    • setJson

      public void setJson(com.fasterxml.jackson.databind.node.ObjectNode json)
    • getJson

      public com.fasterxml.jackson.databind.node.ObjectNode getJson()
    • setJsons

      public void setJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsons)
    • getJsons

      public List<com.fasterxml.jackson.databind.node.ObjectNode> getJsons()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static STP_TypeWithJson_STS.Builder builder()