public class PanoramioFeature extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
PanoramioFeature()
generated from event
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
The username of the user who uploaded this photo.
|
String |
getPhotoId()
The unique identifier for this photo, as used in the Panoramio API.
|
String |
getTitle()
The title of the photo.
|
String |
getUrl()
The URL of the photo.
|
String |
getUserId()
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
|
static PanoramioFeature |
newInstance()
generated from event
Describes a single Panoramio feature.
|
void |
setAuthor(String author)
The username of the user who uploaded this photo.
|
void |
setPhotoId(String photoId)
The unique identifier for this photo, as used in the Panoramio API.
|
void |
setTitle(String title)
The title of the photo.
|
void |
setUrl(String url)
The URL of the photo.
|
void |
setUserId(String userId)
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected PanoramioFeature()
public static final PanoramioFeature newInstance()
public final void setAuthor(String author)
author
- public final String getAuthor()
public final void setPhotoId(String photoId)
photoId
- public final String getPhotoId()
public final void setTitle(String title)
title
- public final String getTitle()
public final void setUrl(String url)
url
- public final String getUrl()
public final void setUserId(String userId)
userId
- public final String getUserId()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.