public class Position extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Position.PositionType |
Constructor and Description |
---|
Position() |
public String getBaseSha()
public void setBaseSha(String baseSha)
public String getStartSha()
public void setStartSha(String startSha)
public String getHeadSha()
public void setHeadSha(String headSha)
public String getOldPath()
public void setOldPath(String oldPath)
public String getNewPath()
public void setNewPath(String newPath)
public Position.PositionType getPositionType()
public void setPositionType(Position.PositionType positionType)
public Position withPositionType(Position.PositionType positionType)
public Integer getOldLine()
public void setOldLine(Integer oldLine)
public Integer getNewLine()
public void setNewLine(Integer newLine)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getX()
public void setX(Integer x)
public Integer getY()
public void setY(Integer y)
Copyright © 2019. All rights reserved.