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() -
getColumn
public int getColumn() -
setLine
public void setLine(int line) -
setColumn
public void setColumn(int column)
-