Class GraphQLQueryDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.GraphQLQueryDTO
-
public class GraphQLQueryDTO extends Object
GraphQLQueryDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITYstatic StringSERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH
-
Constructor Summary
Constructors Constructor Description GraphQLQueryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetGraphQLMaxComplexity()Maximum Complexity of the GraphQL queryIntegergetGraphQLMaxDepth()Maximum Depth of the GraphQL queryGraphQLQueryDTOgraphQLMaxComplexity(Integer graphQLMaxComplexity)GraphQLQueryDTOgraphQLMaxDepth(Integer graphQLMaxDepth)inthashCode()voidsetGraphQLMaxComplexity(Integer graphQLMaxComplexity)voidsetGraphQLMaxDepth(Integer graphQLMaxDepth)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITY
public static final String SERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH
public static final String SERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
graphQLMaxComplexity
public GraphQLQueryDTO graphQLMaxComplexity(Integer graphQLMaxComplexity)
-
getGraphQLMaxComplexity
@Nullable public Integer getGraphQLMaxComplexity()
Maximum Complexity of the GraphQL query- Returns:
- graphQLMaxComplexity
-
setGraphQLMaxComplexity
public void setGraphQLMaxComplexity(Integer graphQLMaxComplexity)
-
graphQLMaxDepth
public GraphQLQueryDTO graphQLMaxDepth(Integer graphQLMaxDepth)
-
getGraphQLMaxDepth
@Nullable public Integer getGraphQLMaxDepth()
Maximum Depth of the GraphQL query- Returns:
- graphQLMaxDepth
-
setGraphQLMaxDepth
public void setGraphQLMaxDepth(Integer graphQLMaxDepth)
-
-