public class RepositoryDTO extends Object
LocalRepository
and RemoteRepository
.
Important: This object can be read anonymously without authentication! It therefore does currently not contain any sensitive information.
Future refactorings must take this into account and never add any secret data here! The world
can read it! See RepositoryDTOService
.
Constructor and Description |
---|
RepositoryDTO() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getPublicKey() |
UUID |
getRepositoryId() |
long |
getRevision() |
void |
setPublicKey(byte[] publicKey) |
void |
setRepositoryId(UUID repositoryId) |
void |
setRevision(long revision) |
public RepositoryDTO()
public UUID getRepositoryId()
public void setRepositoryId(UUID repositoryId)
public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
public long getRevision()
public void setRevision(long revision)
Copyright © 2013-2014. All Rights Reserved.