com.google.gdata.data.youtube
Class YtCommentRating

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

public class YtCommentRating
extends AbstractExtension

Object representation for the yt:commentRating tag. As YouTube does only sum up the votes (-1, 1). Therefore, gd:rating can not be used (min, max range would be required).


Constructor Summary
YtCommentRating()
          Creates an empty rating tag.
YtCommentRating(int rating)
          Creates a tag and sets the rating.
 
Method Summary
 int getTotal()
          Gets the sum of all ratings (-1, 1).
 void setTotal(int total)
          Sets the sum of all ratings (-1, 1).
 
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

YtCommentRating

public YtCommentRating()
Creates an empty rating tag.


YtCommentRating

public YtCommentRating(int rating)
Creates a tag and sets the rating.

Parameters:
rating -
Method Detail

setTotal

public void setTotal(int total)
Sets the sum of all ratings (-1, 1).


getTotal

public int getTotal()
Gets the sum of all ratings (-1, 1).