com.google.gdata.data.youtube
Class YtStatus

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.youtube.YtStatus
All Implemented Interfaces:
Extension

public class YtStatus
extends AbstractExtension

Object representation for the yt:status tag on the user contact feed.


Nested Class Summary
static class YtStatus.Value
          Status value.
 
Constructor Summary
YtStatus()
          Creates an empty tag.
YtStatus(YtStatus.Value status)
          Creates a tag and initializes its content.
 
Method Summary
 YtStatus.Value getStatus()
          Gets the status status.
 void setStatus(YtStatus.Value status)
          Sets the status status.
 
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

YtStatus

public YtStatus()
Creates an empty tag.


YtStatus

public YtStatus(YtStatus.Value status)
Creates a tag and initializes its content.

Method Detail

getStatus

public YtStatus.Value getStatus()
Gets the status status.

Returns:
status or null

setStatus

public void setStatus(YtStatus.Value status)
Sets the status status.

Parameters:
status - status or null