public class TrackedContentDTO extends Object
| Constructor and Description |
|---|
TrackedContentDTO() |
TrackedContentDTO(TrackingKey key,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
| Modifier and Type | Method and Description |
|---|---|
Set<TrackedContentEntryDTO> |
getDownloads() |
TrackingKey |
getKey() |
Set<TrackedContentEntryDTO> |
getUploads() |
void |
setDownloads(Set<TrackedContentEntryDTO> downloads) |
void |
setKey(TrackingKey key) |
void |
setUploads(Set<TrackedContentEntryDTO> uploads) |
public TrackedContentDTO()
public TrackedContentDTO(TrackingKey key, Set<TrackedContentEntryDTO> uploads, Set<TrackedContentEntryDTO> downloads)
public TrackingKey getKey()
public void setKey(TrackingKey key)
public Set<TrackedContentEntryDTO> getUploads()
public void setUploads(Set<TrackedContentEntryDTO> uploads)
public Set<TrackedContentEntryDTO> getDownloads()
public void setDownloads(Set<TrackedContentEntryDTO> downloads)
Copyright © 2011-2015. All Rights Reserved.