@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2018-12-07T19:30:21.793Z")
public class Location
extends java.lang.Object
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location |
columns(LocationRange columns) |
boolean |
equals(java.lang.Object o) |
LocationRange |
getColumns()
Get columns
|
LocationRange |
getLines()
Get lines
|
Path |
getPath()
Get path
|
int |
hashCode() |
Location |
lines(LocationRange lines) |
Location |
path(Path path) |
void |
setColumns(LocationRange columns) |
void |
setLines(LocationRange lines) |
void |
setPath(Path path) |
java.lang.String |
toString() |
public Path getPath()
public void setPath(Path path)
public Location lines(LocationRange lines)
public LocationRange getLines()
public void setLines(LocationRange lines)
public Location columns(LocationRange columns)
public LocationRange getColumns()
public void setColumns(LocationRange columns)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object