Class STP_TFoo1_STS

java.lang.Object
org.allGraphQLCases.server.STP_TFoo1_STS
All Implemented Interfaces:
AllInterfaces1, AllInterfaces2, AllTypes1, AllTypes2, SIP_IFoo1_SIS

public class STP_TFoo1_STS extends Object implements SIP_IFoo1_SIS, AllTypes2, AllTypes1
TFoo1 is the basic test case, for issue #114
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • STP_TFoo1_STS

      public STP_TFoo1_STS()
  • Method Details

    • setId

      public void setId(UUID id)
      Specified by:
      setId in interface SIP_IFoo1_SIS
    • getId

      public UUID getId()
      Specified by:
      getId in interface SIP_IFoo1_SIS
    • setBar

      public void setBar(SIP_IBar1_SIS bar)
      The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)
      Specified by:
      setBar in interface SIP_IFoo1_SIS
    • setBar

      public void setBar(STP_TBar1_STS bar)
      The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)
      As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.
    • getBar

      public STP_TBar1_STS getBar()
      The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo)
      Specified by:
      getBar in interface SIP_IFoo1_SIS
    • toString

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

      public static STP_TFoo1_STS.Builder builder()