public class GraphQLQueryComplexityInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
GraphQLQueryComplexityInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<GraphQLCustomComplexityInfoDTO> |
getList()
Get list
|
int |
hashCode() |
GraphQLQueryComplexityInfoDTO |
list(List<GraphQLCustomComplexityInfoDTO> list) |
void |
setList(List<GraphQLCustomComplexityInfoDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_LIST
public GraphQLQueryComplexityInfoDTO list(List<GraphQLCustomComplexityInfoDTO> list)
@Nullable public List<GraphQLCustomComplexityInfoDTO> getList()
public void setList(List<GraphQLCustomComplexityInfoDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.