Class GraphQLResponseErrorLocationDto

java.lang.Object
de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseErrorLocationDto

public class GraphQLResponseErrorLocationDto extends Object
Represents a GraphQL error location.
See Also:
  • 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.