Class GraphQLCustomComplexityInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLCustomComplexityInfoDTO
GraphQLCustomComplexityInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplexityValue(Integer complexityValue) booleanThe complexity value allocated for the associated field under the specified typegetField()The field which is found under the type within the schema of the APIgetType()The type found within the schema of the APIinthashCode()voidsetComplexityValue(Integer complexityValue) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_FIELD
- See Also:
-
SERIALIZED_NAME_COMPLEXITY_VALUE
- See Also:
-
-
Constructor Details
-
GraphQLCustomComplexityInfoDTO
public GraphQLCustomComplexityInfoDTO()
-
-
Method Details
-
type
-
getType
The type found within the schema of the API- Returns:
- type
-
setType
-
field
-
getField
The field which is found under the type within the schema of the API- Returns:
- field
-
setField
-
complexityValue
-
getComplexityValue
The complexity value allocated for the associated field under the specified type- Returns:
- complexityValue
-
setComplexityValue
-
equals
-
hashCode
public int hashCode() -
toString
-