Class GraphQLErrorLocationsItems
- java.lang.Object
-
- io.weaviate.client.v1.graphql.model.GraphQLErrorLocationsItems
-
public class GraphQLErrorLocationsItems extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLErrorLocationsItems.GraphQLErrorLocationsItemsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLErrorLocationsItems.GraphQLErrorLocationsItemsBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)LonggetColumn()LonggetLine()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static GraphQLErrorLocationsItems.GraphQLErrorLocationsItemsBuilder builder()
-
getColumn
public Long getColumn()
-
getLine
public Long getLine()
-
canEqual
protected boolean canEqual(Object other)
-
-