Class GraphQLQueryComplexityInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.GraphQLQueryComplexityInfoDTO
-
public class GraphQLQueryComplexityInfoDTO extends Object
GraphQLQueryComplexityInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description GraphQLQueryComplexityInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<GraphQLCustomComplexityInfoDTO>getList()Get listinthashCode()GraphQLQueryComplexityInfoDTOlist(List<GraphQLCustomComplexityInfoDTO> list)voidsetList(List<GraphQLCustomComplexityInfoDTO> list)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
list
public GraphQLQueryComplexityInfoDTO list(List<GraphQLCustomComplexityInfoDTO> list)
-
getList
@Nullable public List<GraphQLCustomComplexityInfoDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<GraphQLCustomComplexityInfoDTO> list)
-
-