public class RestLibrarySection
extends java.lang.Object
LibrarySection| Constructor and Description |
|---|
RestLibrarySection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
java.lang.String |
getName() |
int |
getVideoCount() |
void |
setKey(int key) |
void |
setName(java.lang.String name) |
void |
setVideoCount(int videoCount) |
public int getKey()
public void setKey(int key)
key - the key to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic int getVideoCount()
public void setVideoCount(int videoCount)
videoCount - the videoCount to set