com.google.gdata.data.youtube
Class YtCountHint

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

public class YtCountHint
extends AbstractExtension

Object representation for the yt:countHint tag.


Constructor Summary
YtCountHint()
          Creates an empty countHint tag.
YtCountHint(int countHint)
          Creates a tag and sets the countHint.
 
Method Summary
 int getValue()
          Gets the countHint.
 void setValue(int countHint)
          Sets the countHint.
 
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

YtCountHint

public YtCountHint()
Creates an empty countHint tag.


YtCountHint

public YtCountHint(int countHint)
Creates a tag and sets the countHint.

Parameters:
countHint - countHint
Method Detail

setValue

public void setValue(int countHint)
Sets the countHint.


getValue

public int getValue()
Gets the countHint.