Package org.allGraphQLCases.server
Class STP_TFoo3_STS
java.lang.Object
org.allGraphQLCases.server.STP_TFoo3_STS
- All Implemented Interfaces:
SIP_IFoo1_SIS
,SIP_IFoo2_SIS
,SIP_IFoo3_SIS
public class STP_TFoo3_STS extends Object implements SIP_IFoo3_SIS, SIP_IFoo1_SIS, SIP_IFoo2_SIS
- Author:
- generated by graphql-java-generator
- See Also:
- https://github.com/graphql-java-generator/graphql-java-generator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
STP_TFoo3_STS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description STP_TFoo3_STS()
-
Method Summary
Modifier and Type Method Description static STP_TFoo3_STS.Builder
builder()
STP_TBar12_STS
getBar()
UUID
getId()
void
setBar(SIP_IBar1_SIS bar)
void
setBar(SIP_IBar12_SIS bar)
void
setBar(SIP_IBar2_SIS bar)
void
setBar(STP_TBar12_STS bar)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.void
setId(UUID id)
String
toString()
-
Constructor Details
-
STP_TFoo3_STS
public STP_TFoo3_STS()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceSIP_IFoo1_SIS
- Specified by:
setId
in interfaceSIP_IFoo2_SIS
- Specified by:
setId
in interfaceSIP_IFoo3_SIS
-
getId
- Specified by:
getId
in interfaceSIP_IFoo1_SIS
- Specified by:
getId
in interfaceSIP_IFoo2_SIS
- Specified by:
getId
in interfaceSIP_IFoo3_SIS
-
setBar
- Specified by:
setBar
in interfaceSIP_IFoo1_SIS
-
setBar
- Specified by:
setBar
in interfaceSIP_IFoo2_SIS
-
setBar
- Specified by:
setBar
in interfaceSIP_IFoo3_SIS
-
setBar
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter. -
getBar
- Specified by:
getBar
in interfaceSIP_IFoo1_SIS
- Specified by:
getBar
in interfaceSIP_IFoo2_SIS
- Specified by:
getBar
in interfaceSIP_IFoo3_SIS
-
toString
-
builder
-