Class GraphQLQueryDTO

java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.GraphQLQueryDTO

public class GraphQLQueryDTO extends Object
GraphQLQueryDTO
  • Field Details

    • SERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITY

      public static final String SERIALIZED_NAME_GRAPH_Q_L_MAX_COMPLEXITY
      See Also:
    • SERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH

      public static final String SERIALIZED_NAME_GRAPH_Q_L_MAX_DEPTH
      See Also:
  • Constructor Details

    • GraphQLQueryDTO

      public GraphQLQueryDTO()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object