public class RepoStatus extends Object
| Constructor and Description |
|---|
RepoStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteRepoUrl()
Gets the complete repo url.
|
String |
getId()
Gets the id.
|
String |
getRevision()
Gets the revision.
|
void |
setCompleteRepoUrl(String completeRepoUrl)
Sets the complete repo url.
|
void |
setId(String id)
Sets the id.
|
void |
setRevision(String revision)
Sets the revision.
|
public String getId()
public void setId(String id)
id - the new idpublic String getRevision()
public void setRevision(String revision)
revision - the new revisionpublic String getCompleteRepoUrl()
public void setCompleteRepoUrl(String completeRepoUrl)
completeRepoUrl - the new complete repo urlCopyright © 2013-2015. All Rights Reserved.