Packagecom.adobe.webapis.flickr
Classpublic class PhotoTag

PhotoTag is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  authorId : String
The id of the author of the tag
PhotoTag
  count : int
The count value - only populated from tags.getListUserPopular
PhotoTag
  id : String
The id of the tag
PhotoTag
  raw : String
The raw tag value
PhotoTag
  tag : String
The tag value
PhotoTag
Public Methods
 MethodDefined by
  
Construct a new PhotoTag instance
PhotoTag
Property detail
authorIdproperty
authorId:String  [read-write]

The id of the author of the tag

Implementation
    public function get authorId():String
    public function set authorId(value:String):void
countproperty 
count:int  [read-write]

The count value - only populated from tags.getListUserPopular

Implementation
    public function get count():int
    public function set count(value:int):void
idproperty 
id:String  [read-write]

The id of the tag

Implementation
    public function get id():String
    public function set id(value:String):void
rawproperty 
raw:String  [read-write]

The raw tag value

Implementation
    public function get raw():String
    public function set raw(value:String):void
tagproperty 
tag:String  [read-write]

The tag value

Implementation
    public function get tag():String
    public function set tag(value:String):void
Constructor detail
PhotoTag()constructor
public function PhotoTag()

Construct a new PhotoTag instance