public class DiscoverFilesResponse extends BasePOJO
| Constructor and Description |
|---|
DiscoverFilesResponse() |
DiscoverFilesResponse(int pNewFilesCount,
int pInactivatedFilesCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInactivatedFilesCount() |
int |
getNewFilesCount() |
void |
setInactivatedFilesCount(int pInactivatedFilesCount) |
void |
setNewFilesCount(int pNewFilesCount) |