|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.youtube.YtVideoId
public class YtVideoId
VideoId class. This sets the yt:videoid in the MediaGroup.
Constructor Summary | |
---|---|
YtVideoId()
Creates an empty video ID tag. |
|
YtVideoId(java.lang.String videoId)
Creates and initializes a video ID tag. |
Method Summary | |
---|---|
java.lang.String |
getVideoId()
Gets video ID. |
void |
setVideoId(java.lang.String id)
Sets video ID. |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YtVideoId()
public YtVideoId(java.lang.String videoId)
Method Detail |
---|
public java.lang.String getVideoId()
public void setVideoId(java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |