Packagecom.adobe.webapis.flickr
Classpublic class PhotoExif

PhotoExif is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  clean : String
The clean of the photo exif
PhotoExif
  label : String
The label of the photo exif
PhotoExif
  raw : String
The raw of the photo exif
PhotoExif
  tag : int
The tag of the photo exif
PhotoExif
  tagspace : String
The tagspace of the photo exif
PhotoExif
  tagspaceId : int
The tagspace id of the photo exif
PhotoExif
Public Methods
 MethodDefined by
  
Construct a new PhotoExif instance
PhotoExif
Property detail
cleanproperty
clean:String  [read-write]

The clean of the photo exif

Implementation
    public function get clean():String
    public function set clean(value:String):void
labelproperty 
label:String  [read-write]

The label of the photo exif

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

The raw of the photo exif

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

The tag of the photo exif

Implementation
    public function get tag():int
    public function set tag(value:int):void
tagspaceproperty 
tagspace:String  [read-write]

The tagspace of the photo exif

Implementation
    public function get tagspace():String
    public function set tagspace(value:String):void
tagspaceIdproperty 
tagspaceId:int  [read-write]

The tagspace id of the photo exif

Implementation
    public function get tagspaceId():int
    public function set tagspaceId(value:int):void
Constructor detail
PhotoExif()constructor
public function PhotoExif()

Construct a new PhotoExif instance