Package org.allGraphQLCases.server
Class SINP_DroidInput_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_DroidInput_SINS
public class SINP_DroidInput_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_DroidInput_SINS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description SINP_DroidInput_SINS()
-
Method Summary
Modifier and Type Method Description static SINP_DroidInput_SINS.Builder
builder()
List<SEP_Episode_SES>
getAppearsIn()
List<SINP_CharacterInput_SINS>
getFriends()
String
getName()
String
getPrimaryFunction()
void
setAppearsIn(List<SEP_Episode_SES> appearsIn)
void
setFriends(List<SINP_CharacterInput_SINS> friends)
void
setName(String name)
void
setPrimaryFunction(String primaryFunction)
String
toString()
-
Constructor Details
-
SINP_DroidInput_SINS
public SINP_DroidInput_SINS()
-
-
Method Details