public class CommitResultDto extends AbstractResultDto
| Modifier and Type | Field and Description |
|---|---|
protected String |
diff
the differences between the current version and the last one
|
static String |
ERROR_PATH |
static String |
FILE_MODIFY |
protected String |
headCommiter
the commiter of the head version
|
protected String |
lastText
the last read text
|
protected String |
numRevision
the number of the revision
|
protected String |
origText
the original text
|
AUTH_ERROR, error, ERROR| Constructor and Description |
|---|
CommitResultDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiff() |
String |
getHeadCommiter() |
String |
getLastText() |
String |
getNumRevision() |
String |
getOrigText() |
void |
setDiff(String diff) |
void |
setHeadCommiter(String headCommiter) |
void |
setLastText(String lastText) |
void |
setNumRevision(String numRevision) |
void |
setOrigText(String origText) |
getError, setErrorpublic static final String ERROR_PATH
public static final String FILE_MODIFY
protected String lastText
protected String origText
protected String diff
protected String headCommiter
protected String numRevision
public String getLastText()
public void setLastText(String lastText)
public String getOrigText()
public void setOrigText(String origText)
public String getDiff()
public void setDiff(String diff)
public String getHeadCommiter()
public void setHeadCommiter(String headCommiter)
public String getNumRevision()
public void setNumRevision(String numRevision)
Copyright © 2009–2017 CodeLutin. All rights reserved.