@Label(value="File") public interface GitFileDescriptor extends GitDescriptor
| Modifier and Type | Method and Description |
|---|---|
GitFileDescriptor |
getCopyOf() |
java.lang.String |
getCreatedAt() |
java.lang.Long |
getCreatedAtEpoch() |
java.lang.String |
getDeletedAt() |
java.lang.Long |
getDeletedAtEpoch() |
GitFileDescriptor |
getHasNewName() |
java.lang.String |
getLastModificationAt() |
java.lang.Long |
getLastModificationAtEpoch() |
java.lang.String |
getRelativePath() |
void |
setCopyOf(GitFileDescriptor oldFile) |
void |
setCreatedAt(java.lang.String relativePath) |
void |
setCreatedAtEpoch(java.lang.Long relativePathEpoch) |
void |
setDeletedAt(java.lang.String deletedAt) |
void |
setDeletedAtEpoch(java.lang.Long deletedAtEpoch) |
void |
setHasNewName(GitFileDescriptor gitFileDescriptor) |
void |
setLastModificationAt(java.lang.String lastModificationAt) |
void |
setLastModificationAtEpoch(java.lang.Long lastModificationAtEpoch) |
void |
setRelativePath(java.lang.String relativePath) |
@Property(value="relativePath") java.lang.String getRelativePath()
void setRelativePath(java.lang.String relativePath)
@Property(value="createdAt") java.lang.String getCreatedAt()
void setCreatedAt(java.lang.String relativePath)
@Property(value="deletedAt") java.lang.String getDeletedAt()
void setDeletedAt(java.lang.String deletedAt)
@Property(value="lastModificationAt") java.lang.String getLastModificationAt()
void setLastModificationAt(java.lang.String lastModificationAt)
@Property(value="createdAtEpoch") java.lang.Long getCreatedAtEpoch()
void setCreatedAtEpoch(java.lang.Long relativePathEpoch)
@Property(value="deletedAtEpoch") java.lang.Long getDeletedAtEpoch()
void setDeletedAtEpoch(java.lang.Long deletedAtEpoch)
@Property(value="lastModificationAtEpoch") java.lang.Long getLastModificationAtEpoch()
void setLastModificationAtEpoch(java.lang.Long lastModificationAtEpoch)
@Relation(value="HAS_NEW_NAME") GitFileDescriptor getHasNewName()
void setHasNewName(GitFileDescriptor gitFileDescriptor)
@Relation(value="COPY_OF") GitFileDescriptor getCopyOf()
void setCopyOf(GitFileDescriptor oldFile)