public class

YtCountHint

extends AbstractExtension
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.youtube.YtCountHint

Class Overview

Object representation for the yt:countHint tag.

Summary

Fields
private int countHint
[Expand]
Inherited Fields
From class com.google.gdata.data.AbstractExtension
Public Constructors
YtCountHint()
Creates an empty countHint tag.
YtCountHint(int countHint)
Creates a tag and sets the countHint.
Public Methods
int getValue()
Gets the countHint.
void setValue(int countHint)
Sets the countHint.
Protected Methods
void consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
void putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
[Expand]
Inherited Methods
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Fields

private int countHint

Public Constructors

public YtCountHint ()

Creates an empty countHint tag.

public YtCountHint (int countHint)

Creates a tag and sets the countHint.

Parameters
countHint CountHint

Public Methods

public int getValue ()

Gets the countHint.

public void setValue (int countHint)

Sets the countHint.

Parameters
countHint

Protected Methods

protected void consumeAttributes (AttributeHelper helper)

Consumes attributes from the attribute helper. May also use consumeContent(boolean) to consume the element's text content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does nothing, though generally this is discouraged unless there really are no attributes.

Parameters
helper Attribute helper

protected void putAttributes (AttributeGenerator generator)

Puts attributes into the attribute generator. Called from generate(XmlWriter, ExtensionProfile). Default implementation does nothing, though generally this is discouraged unless there really are no attributes.

Parameters
generator Attribute generator