public class RemoteRepositoryRequest extends Entity
Constructor and Description |
---|
RemoteRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getLocalPathPrefix() |
byte[] |
getPublicKey() |
UUID |
getRepositoryId() |
void |
setLocalPathPrefix(String localPathPrefix) |
void |
setPublicKey(byte[] publicKey) |
void |
setRepositoryId(UUID repositoryId) |
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toString
public RemoteRepositoryRequest()
public UUID getRepositoryId()
public void setRepositoryId(UUID repositoryId)
public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
public String getLocalPathPrefix()
public void setLocalPathPrefix(String localPathPrefix)
Copyright © 2013-2014. All Rights Reserved.