public class GraphQLQueryDTO extends Object
| Constructor and Description |
|---|
GraphQLQueryDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getGraphQLMaxComplexity()
Maximum Complexity of the GraphQL query
|
Integer |
getGraphQLMaxDepth()
Maximum Depth of the GraphQL query
|
GraphQLQueryDTO |
graphQLMaxComplexity(Integer graphQLMaxComplexity) |
GraphQLQueryDTO |
graphQLMaxDepth(Integer graphQLMaxDepth) |
int |
hashCode() |
void |
setGraphQLMaxComplexity(Integer graphQLMaxComplexity) |
void |
setGraphQLMaxDepth(Integer graphQLMaxDepth) |
String |
toString() |
public GraphQLQueryDTO graphQLMaxComplexity(Integer graphQLMaxComplexity)
public Integer getGraphQLMaxComplexity()
public void setGraphQLMaxComplexity(Integer graphQLMaxComplexity)
public GraphQLQueryDTO graphQLMaxDepth(Integer graphQLMaxDepth)
public Integer getGraphQLMaxDepth()
public void setGraphQLMaxDepth(Integer graphQLMaxDepth)
Copyright © 2020 WSO2 Inc. All rights reserved.