| Package | Description |
|---|---|
| org.commonjava.auditquery.tracking.dto |
| Modifier and Type | Method and Description |
|---|---|
Set<TrackedContentEntryDTO> |
TrackedContentDTO.getDownloads() |
Set<TrackedContentEntryDTO> |
TrackedContentDTO.getUploads() |
| Modifier and Type | Method and Description |
|---|---|
int |
TrackedContentEntryDTO.compareTo(TrackedContentEntryDTO other) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackedContentDTO.setDownloads(Set<TrackedContentEntryDTO> downloads) |
void |
TrackedContentDTO.setUploads(Set<TrackedContentEntryDTO> uploads) |
| Constructor and Description |
|---|
TrackedContentDTO(String trackingID,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
TrackedContentDTO(String trackingID,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
Copyright © 2018-2019. All Rights Reserved.