public class RestLibraryStatus
extends java.lang.Object
Constructor and Description |
---|
RestLibraryStatus() |
Modifier and Type | Method and Description |
---|---|
long |
getLastUpdated() |
java.util.List<RestVideo> |
getRecentlyAddedVideos() |
void |
setLastUpdated(long lastUpdated) |
void |
setRecentlyAddedVideos(java.util.List<RestVideo> recentlyAddedVideos) |
public java.util.List<RestVideo> getRecentlyAddedVideos()
public void setRecentlyAddedVideos(java.util.List<RestVideo> recentlyAddedVideos)
recentlyAddedVideos
- the recentlyAddedVideos to setpublic long getLastUpdated()
public void setLastUpdated(long lastUpdated)
lastUpdated
- the lastUpdated to set