Package org.allGraphQLCases.server
Class STP_AllFieldCasesInterfaceType_STS
java.lang.Object
org.allGraphQLCases.server.STP_AllFieldCasesInterfaceType_STS
- All Implemented Interfaces:
AllInterfaces1
,AllInterfaces2
,AllTypes1
,AllTypes2
,SIP_AllFieldCasesInterface_SIS
,SIP_WithID_SIS
public class STP_AllFieldCasesInterfaceType_STS
extends Object
implements SIP_AllFieldCasesInterface_SIS, SIP_WithID_SIS, AllTypes2, AllTypes1
A concrete class that just implements the above interface
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getAge()
getId()
getName()
void
void
setAliases
(List<String> aliases) void
setBooleans
(List<Boolean> booleans) void
setComments
(List<String> comments) void
setExtendedField
(String extendedField) void
setForname
(String forname) void
setFriends
(STP_HumanConnection_STS friends) void
void
setListWithIdSubTypes
(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypes) void
setListWithoutIdSubTypes
(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) void
void
setNbComments
(Integer nbComments) void
setOneWithIdSubType
(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubType) void
setOneWithoutIdSubType
(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubType) void
setPlanets
(List<String> planets) toString()
-
Constructor Details
-
STP_AllFieldCasesInterfaceType_STS
public STP_AllFieldCasesInterfaceType_STS()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceSIP_AllFieldCasesInterface_SIS
- Specified by:
setId
in interfaceSIP_WithID_SIS
-
getId
- Specified by:
getId
in interfaceSIP_AllFieldCasesInterface_SIS
- Specified by:
getId
in interfaceSIP_WithID_SIS
-
setName
- Specified by:
setName
in interfaceSIP_AllFieldCasesInterface_SIS
-
getName
- Specified by:
getName
in interfaceSIP_AllFieldCasesInterface_SIS
-
setForname
- Specified by:
setForname
in interfaceSIP_AllFieldCasesInterface_SIS
-
getForname
- Specified by:
getForname
in interfaceSIP_AllFieldCasesInterface_SIS
-
setAge
- Specified by:
setAge
in interfaceSIP_AllFieldCasesInterface_SIS
-
getAge
- Specified by:
getAge
in interfaceSIP_AllFieldCasesInterface_SIS
-
setNbComments
- Specified by:
setNbComments
in interfaceSIP_AllFieldCasesInterface_SIS
-
getNbComments
- Specified by:
getNbComments
in interfaceSIP_AllFieldCasesInterface_SIS
-
setComments
- Specified by:
setComments
in interfaceSIP_AllFieldCasesInterface_SIS
-
getComments
- Specified by:
getComments
in interfaceSIP_AllFieldCasesInterface_SIS
-
getCommentsString
-
setBooleans
- Specified by:
setBooleans
in interfaceSIP_AllFieldCasesInterface_SIS
-
getBooleans
- Specified by:
getBooleans
in interfaceSIP_AllFieldCasesInterface_SIS
-
getBooleansBoolean
-
setAliases
- Specified by:
setAliases
in interfaceSIP_AllFieldCasesInterface_SIS
-
getAliases
- Specified by:
getAliases
in interfaceSIP_AllFieldCasesInterface_SIS
-
getAliasesString
-
setPlanets
- Specified by:
setPlanets
in interfaceSIP_AllFieldCasesInterface_SIS
-
getPlanets
- Specified by:
getPlanets
in interfaceSIP_AllFieldCasesInterface_SIS
-
getPlanetsString
-
setFriends
- Specified by:
setFriends
in interfaceSIP_AllFieldCasesInterface_SIS
-
getFriends
- Specified by:
getFriends
in interfaceSIP_AllFieldCasesInterface_SIS
-
setOneWithIdSubType
- Specified by:
setOneWithIdSubType
in interfaceSIP_AllFieldCasesInterface_SIS
-
getOneWithIdSubType
- Specified by:
getOneWithIdSubType
in interfaceSIP_AllFieldCasesInterface_SIS
-
setListWithIdSubTypes
- Specified by:
setListWithIdSubTypes
in interfaceSIP_AllFieldCasesInterface_SIS
-
getListWithIdSubTypes
- Specified by:
getListWithIdSubTypes
in interfaceSIP_AllFieldCasesInterface_SIS
-
getListWithIdSubTypesAllFieldCasesWithIdSubtype
-
setOneWithoutIdSubType
- Specified by:
setOneWithoutIdSubType
in interfaceSIP_AllFieldCasesInterface_SIS
-
getOneWithoutIdSubType
- Specified by:
getOneWithoutIdSubType
in interfaceSIP_AllFieldCasesInterface_SIS
-
setListWithoutIdSubTypes
public void setListWithoutIdSubTypes(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) - Specified by:
setListWithoutIdSubTypes
in interfaceSIP_AllFieldCasesInterface_SIS
-
getListWithoutIdSubTypes
- Specified by:
getListWithoutIdSubTypes
in interfaceSIP_AllFieldCasesInterface_SIS
-
getListWithoutIdSubTypesAllFieldCasesWithoutIdSubtype
public List<STP_AllFieldCasesWithoutIdSubtype_STS> getListWithoutIdSubTypesAllFieldCasesWithoutIdSubtype() -
setExtendedField
- Specified by:
setExtendedField
in interfaceSIP_AllFieldCasesInterface_SIS
-
getExtendedField
- Specified by:
getExtendedField
in interfaceSIP_AllFieldCasesInterface_SIS
-
toString
-
builder
-