magoffin.matt.ma2.web
Class MediaServerController.Command
java.lang.Object
magoffin.matt.ma2.web.MediaServerController.Command
- Enclosing class:
- MediaServerController
public static class MediaServerController.Command
- extends java.lang.Object
Command for MediaServer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaServerController.Command
public MediaServerController.Command()
getAlbumKey
public java.lang.String getAlbumKey()
- Returns:
- the albumKey
setAlbumKey
public void setAlbumKey(java.lang.String albumKey)
- Parameters:
albumKey
- the albumKey to set
isDownload
public boolean isDownload()
- Returns:
- the download
setDownload
public void setDownload(boolean download)
- Parameters:
download
- the download to set
getId
public java.lang.Long getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long id)
- Parameters:
id
- The id to set.
getQuality
public java.lang.String getQuality()
- Returns:
- Returns the quality.
setQuality
public void setQuality(java.lang.String quality)
- Parameters:
quality
- The quality to set.
getSize
public java.lang.String getSize()
- Returns:
- Returns the size.
setSize
public void setSize(java.lang.String size)
- Parameters:
size
- The size to set.
isOriginal
public boolean isOriginal()
- Returns:
- Returns the original.
setOriginal
public void setOriginal(boolean original)
- Parameters:
original
- The original to set.