Package org.allGraphQLCases.server
Class SINP_HumanInput_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_HumanInput_SINS
public class SINP_HumanInput_SINS extends Object
- 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
SINP_HumanInput_SINS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description SINP_HumanInput_SINS()
-
Method Summary
Modifier and Type Method Description static SINP_HumanInput_SINS.Builder
builder()
List<SEP_Episode_SES>
getAppearsIn()
SINP_CharacterInput_SINS
getBestFriend()
List<String>
getComments()
List<SINP_CharacterInput_SINS>
getFriends()
String
getHomePlanet()
String
getName()
Integer
getNbComments()
void
setAppearsIn(List<SEP_Episode_SES> appearsIn)
void
setBestFriend(SINP_CharacterInput_SINS bestFriend)
void
setComments(List<String> comments)
void
setFriends(List<SINP_CharacterInput_SINS> friends)
void
setHomePlanet(String homePlanet)
void
setName(String name)
void
setNbComments(Integer nbComments)
String
toString()
-
Constructor Details
-
SINP_HumanInput_SINS
public SINP_HumanInput_SINS()
-
-
Method Details