Class GraphQLResponseErrorLocationDto
java.lang.Object
de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseErrorLocationDto
Represents a GraphQL error location.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphQLResponseErrorLocationDto
public GraphQLResponseErrorLocationDto()
-
-
Method Details
-
getLine
public int getLine()Line where the error occurred. -
getColumn
public int getColumn()Column where the error occurred. -
setLine
public void setLine(int line) Line where the error occurred. -
setColumn
public void setColumn(int column) Column where the error occurred.
-