Class GraphQLCustomComplexityInfoDTO

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLCustomComplexityInfoDTO

public class GraphQLCustomComplexityInfoDTO extends Object
GraphQLCustomComplexityInfoDTO
  • Field Details

  • Constructor Details

    • GraphQLCustomComplexityInfoDTO

      public GraphQLCustomComplexityInfoDTO()
  • Method Details

    • type

    • getType

      public String getType()
      The type found within the schema of the API
      Returns:
      type
    • setType

      public void setType(String type)
    • field

      public GraphQLCustomComplexityInfoDTO field(String field)
    • getField

      public String getField()
      The field which is found under the type within the schema of the API
      Returns:
      field
    • setField

      public void setField(String field)
    • complexityValue

      public GraphQLCustomComplexityInfoDTO complexityValue(Integer complexityValue)
    • getComplexityValue

      public Integer getComplexityValue()
      The complexity value allocated for the associated field under the specified type
      Returns:
      complexityValue
    • setComplexityValue

      public void setComplexityValue(Integer complexityValue)
    • 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