Class GraphQLCustomComplexityInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.GraphQLCustomComplexityInfoDTO
-
public class GraphQLCustomComplexityInfoDTO extends Object
GraphQLCustomComplexityInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COMPLEXITY_VALUEstatic StringSERIALIZED_NAME_FIELDstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description GraphQLCustomComplexityInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLCustomComplexityInfoDTOcomplexityValue(Integer complexityValue)booleanequals(Object o)GraphQLCustomComplexityInfoDTOfield(String field)IntegergetComplexityValue()The complexity value allocated for the associated field under the specified typeStringgetField()The field which is found under the type within the schema of the APIStringgetType()The type found within the schema of the APIinthashCode()voidsetComplexityValue(Integer complexityValue)voidsetField(String field)voidsetType(String type)StringtoString()GraphQLCustomComplexityInfoDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FIELD
public static final String SERIALIZED_NAME_FIELD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLEXITY_VALUE
public static final String SERIALIZED_NAME_COMPLEXITY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public GraphQLCustomComplexityInfoDTO type(String 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)
-
-