public class GraphQLCustomComplexityInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPLEXITY_VALUE |
static String |
SERIALIZED_NAME_FIELD |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
GraphQLCustomComplexityInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLCustomComplexityInfoDTO |
complexityValue(Integer complexityValue) |
boolean |
equals(Object o) |
GraphQLCustomComplexityInfoDTO |
field(String field) |
Integer |
getComplexityValue()
The complexity value allocated for the associated field under the specified type
|
String |
getField()
The field which is found under the type within the schema of the API
|
String |
getType()
The type found within the schema of the API
|
int |
hashCode() |
void |
setComplexityValue(Integer complexityValue) |
void |
setField(String field) |
void |
setType(String type) |
String |
toString() |
GraphQLCustomComplexityInfoDTO |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_FIELD
public static final String SERIALIZED_NAME_COMPLEXITY_VALUE
public GraphQLCustomComplexityInfoDTO type(String type)
public String getType()
public void setType(String type)
public GraphQLCustomComplexityInfoDTO field(String field)
public String getField()
public void setField(String field)
public GraphQLCustomComplexityInfoDTO complexityValue(Integer complexityValue)
public Integer getComplexityValue()
public void setComplexityValue(Integer complexityValue)
Copyright © 2021 WSO2 Inc. All rights reserved.