Class GraphQLQueryDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.GraphQLQueryDTO
GraphQLQueryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMaximum Complexity of the GraphQL queryMaximum Depth of the GraphQL querygraphQLMaxComplexity(Integer graphQLMaxComplexity) graphQLMaxDepth(Integer graphQLMaxDepth) inthashCode()voidsetGraphQLMaxComplexity(Integer graphQLMaxComplexity) voidsetGraphQLMaxDepth(Integer graphQLMaxDepth) toString()
-
Field Details
-
SERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITY
- See Also:
-
SERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH
- See Also:
-
-
Constructor Details
-
GraphQLQueryDTO
public GraphQLQueryDTO()
-
-
Method Details
-
graphQLMaxComplexity
-
getGraphQLMaxComplexity
Maximum Complexity of the GraphQL query- Returns:
- graphQLMaxComplexity
-
setGraphQLMaxComplexity
-
graphQLMaxDepth
-
getGraphQLMaxDepth
Maximum Depth of the GraphQL query- Returns:
- graphQLMaxDepth
-
setGraphQLMaxDepth
-
equals
-
hashCode
public int hashCode() -
toString
-