Class GraphQLQueryDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.GraphQLQueryDTO
-
public class GraphQLQueryDTO extends Object
GraphQLQueryDTO
-
-
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()
-
-
-
Method Detail
-
graphQLMaxComplexity
public GraphQLQueryDTO graphQLMaxComplexity(Integer graphQLMaxComplexity)
-
getGraphQLMaxComplexity
public Integer getGraphQLMaxComplexity()
Maximum Complexity of the GraphQL query- Returns:
- graphQLMaxComplexity
-
setGraphQLMaxComplexity
public void setGraphQLMaxComplexity(Integer graphQLMaxComplexity)
-
graphQLMaxDepth
public GraphQLQueryDTO graphQLMaxDepth(Integer graphQLMaxDepth)
-
getGraphQLMaxDepth
public Integer getGraphQLMaxDepth()
Maximum Depth of the GraphQL query- Returns:
- graphQLMaxDepth
-
setGraphQLMaxDepth
public void setGraphQLMaxDepth(Integer graphQLMaxDepth)
-
-