public class RemoteRepositoryRequestDto extends Object
Constructor and Description |
---|
RemoteRepositoryRequestDto() |
Modifier and Type | Method and Description |
---|---|
Date |
getChanged() |
Date |
getCreated() |
byte[] |
getPublicKey() |
UUID |
getRepositoryId() |
void |
setChanged(Date changed) |
void |
setCreated(Date created) |
void |
setPublicKey(byte[] publicKey) |
void |
setRepositoryId(UUID repositoryId) |
public RemoteRepositoryRequestDto()
public UUID getRepositoryId()
public void setRepositoryId(UUID repositoryId)
public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
public Date getCreated()
public void setCreated(Date created)
public Date getChanged()
public void setChanged(Date changed)
Copyright © 2013–2019. All rights reserved.