Class GraphQLQueryDTO


  • public class GraphQLQueryDTO
    extends Object
    GraphQLQueryDTO
    • 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
    • Constructor Detail

      • GraphQLQueryDTO

        public GraphQLQueryDTO()
    • Method Detail

      • getGraphQLMaxComplexity

        @Nullable
        public Integer getGraphQLMaxComplexity()
        Maximum Complexity of the GraphQL query
        Returns:
        graphQLMaxComplexity
      • setGraphQLMaxComplexity

        public void setGraphQLMaxComplexity​(Integer graphQLMaxComplexity)
      • getGraphQLMaxDepth

        @Nullable
        public Integer getGraphQLMaxDepth()
        Maximum Depth of the GraphQL query
        Returns:
        graphQLMaxDepth
      • setGraphQLMaxDepth

        public void setGraphQLMaxDepth​(Integer graphQLMaxDepth)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object