public class GraphQLQueryComplexityInfoDTO extends Object
| Constructor and Description |
|---|
GraphQLQueryComplexityInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLQueryComplexityInfoDTO |
addListItem(GraphQLCustomComplexityInfoDTO listItem) |
boolean |
equals(Object o) |
List<GraphQLCustomComplexityInfoDTO> |
getList()
Get list
|
int |
hashCode() |
GraphQLQueryComplexityInfoDTO |
list(List<GraphQLCustomComplexityInfoDTO> list) |
void |
setList(List<GraphQLCustomComplexityInfoDTO> list) |
String |
toString() |
public GraphQLQueryComplexityInfoDTO list(List<GraphQLCustomComplexityInfoDTO> list)
public GraphQLQueryComplexityInfoDTO addListItem(GraphQLCustomComplexityInfoDTO listItem)
public List<GraphQLCustomComplexityInfoDTO> getList()
public void setList(List<GraphQLCustomComplexityInfoDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.