public final class ItemScope extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google+ API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ItemScope() |
Modifier and Type | Method and Description |
---|---|
ItemScope |
clone() |
ItemScope |
getAbout()
The subject matter of the content.
|
List<String> |
getAdditionalName()
An additional name for a Person, can be used for a middle name.
|
ItemScope |
getAddress()
Postal address.
|
String |
getAddressCountry()
Address country.
|
String |
getAddressLocality()
Address locality.
|
String |
getAddressRegion()
Address region.
|
List<ItemScope> |
getAssociatedMedia()
The encoding.
|
Integer |
getAttendeeCount()
Number of attendees.
|
List<ItemScope> |
getAttendees()
A person attending the event.
|
ItemScope |
getAudio()
From http://schema.org/MusicRecording, the audio file.
|
List<ItemScope> |
getAuthor()
The person or persons who created this result.
|
String |
getBestRating()
Best possible rating value that a result might obtain.
|
String |
getBirthDate()
Date of birth.
|
ItemScope |
getByArtist()
From http://schema.org/MusicRecording, the artist that performed this recording.
|
String |
getCaption()
The caption for this object.
|
String |
getContentSize()
File size in (mega/kilo) bytes.
|
String |
getContentUrl()
Actual bytes of the media object, for example the image file or video file.
|
List<ItemScope> |
getContributor()
A list of contributors to this result.
|
String |
getDateCreated()
The date the result was created such as the date that a review was first created.
|
String |
getDateModified()
The date the result was last modified such as the date that a review was last edited.
|
String |
getDatePublished()
The initial date that the result was published.
|
String |
getDescription()
The string that describes the content of the result.
|
String |
getDuration()
The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
|
String |
getEmbedUrl()
A URL pointing to a player for a specific video.
|
String |
getEndDate()
The end date and time of the event (in ISO 8601 date format).
|
String |
getFamilyName()
Family name.
|
String |
getGender()
Gender of the person.
|
ItemScope |
getGeo()
Geo coordinates.
|
String |
getGivenName()
Given name.
|
String |
getHeight()
The height of the media object.
|
String |
getId()
An identifier for the target.
|
String |
getImage()
A URL to the image that represents this result.
|
ItemScope |
getInAlbum()
From http://schema.org/MusicRecording, which album a song is in.
|
String |
getKind()
Identifies this resource as an itemScope.
|
Double |
getLatitude()
Latitude.
|
ItemScope |
getLocation()
The location of the event or organization.
|
Double |
getLongitude()
Longitude.
|
String |
getName()
The name of the result.
|
ItemScope |
getPartOfTVSeries()
Property of http://schema.org/TVEpisode indicating which series the episode belongs to.
|
List<ItemScope> |
getPerformers()
The main performer or performers of the event-for example, a presenter, musician, or actor.
|
String |
getPlayerType()
Player type that is required.
|
String |
getPostalCode()
Postal code.
|
String |
getPostOfficeBoxNumber()
Post office box number.
|
String |
getRatingValue()
Rating value.
|
ItemScope |
getReviewRating()
Review rating.
|
String |
getStartDate()
The start date and time of the event (in ISO 8601 date format).
|
String |
getStreetAddress()
Street address.
|
String |
getText()
The text that is the result of the app activity.
|
ItemScope |
getThumbnail()
Thumbnail image for an image or video.
|
String |
getThumbnailUrl()
A URL to a thumbnail image that represents this result.
|
String |
getTickerSymbol()
The exchange traded instrument associated with a Corporation object.
|
String |
getType()
The schema.org URL that best describes the referenced target and matches the type of moment.
|
String |
getUrl()
The URL that points to the result object.
|
String |
getWidth()
The width of the media object.
|
String |
getWorstRating()
Worst possible rating value that a result might obtain.
|
ItemScope |
set(String fieldName,
Object value) |
ItemScope |
setAbout(ItemScope about)
The subject matter of the content.
|
ItemScope |
setAdditionalName(List<String> additionalName)
An additional name for a Person, can be used for a middle name.
|
ItemScope |
setAddress(ItemScope address)
Postal address.
|
ItemScope |
setAddressCountry(String addressCountry)
Address country.
|
ItemScope |
setAddressLocality(String addressLocality)
Address locality.
|
ItemScope |
setAddressRegion(String addressRegion)
Address region.
|
ItemScope |
setAssociatedMedia(List<ItemScope> associatedMedia)
The encoding.
|
ItemScope |
setAttendeeCount(Integer attendeeCount)
Number of attendees.
|
ItemScope |
setAttendees(List<ItemScope> attendees)
A person attending the event.
|
ItemScope |
setAudio(ItemScope audio)
From http://schema.org/MusicRecording, the audio file.
|
ItemScope |
setAuthor(List<ItemScope> author)
The person or persons who created this result.
|
ItemScope |
setBestRating(String bestRating)
Best possible rating value that a result might obtain.
|
ItemScope |
setBirthDate(String birthDate)
Date of birth.
|
ItemScope |
setByArtist(ItemScope byArtist)
From http://schema.org/MusicRecording, the artist that performed this recording.
|
ItemScope |
setCaption(String caption)
The caption for this object.
|
ItemScope |
setContentSize(String contentSize)
File size in (mega/kilo) bytes.
|
ItemScope |
setContentUrl(String contentUrl)
Actual bytes of the media object, for example the image file or video file.
|
ItemScope |
setContributor(List<ItemScope> contributor)
A list of contributors to this result.
|
ItemScope |
setDateCreated(String dateCreated)
The date the result was created such as the date that a review was first created.
|
ItemScope |
setDateModified(String dateModified)
The date the result was last modified such as the date that a review was last edited.
|
ItemScope |
setDatePublished(String datePublished)
The initial date that the result was published.
|
ItemScope |
setDescription(String description)
The string that describes the content of the result.
|
ItemScope |
setDuration(String duration)
The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
|
ItemScope |
setEmbedUrl(String embedUrl)
A URL pointing to a player for a specific video.
|
ItemScope |
setEndDate(String endDate)
The end date and time of the event (in ISO 8601 date format).
|
ItemScope |
setFamilyName(String familyName)
Family name.
|
ItemScope |
setGender(String gender)
Gender of the person.
|
ItemScope |
setGeo(ItemScope geo)
Geo coordinates.
|
ItemScope |
setGivenName(String givenName)
Given name.
|
ItemScope |
setHeight(String height)
The height of the media object.
|
ItemScope |
setId(String id)
An identifier for the target.
|
ItemScope |
setImage(String image)
A URL to the image that represents this result.
|
ItemScope |
setInAlbum(ItemScope inAlbum)
From http://schema.org/MusicRecording, which album a song is in.
|
ItemScope |
setKind(String kind)
Identifies this resource as an itemScope.
|
ItemScope |
setLatitude(Double latitude)
Latitude.
|
ItemScope |
setLocation(ItemScope location)
The location of the event or organization.
|
ItemScope |
setLongitude(Double longitude)
Longitude.
|
ItemScope |
setName(String name)
The name of the result.
|
ItemScope |
setPartOfTVSeries(ItemScope partOfTVSeries)
Property of http://schema.org/TVEpisode indicating which series the episode belongs to.
|
ItemScope |
setPerformers(List<ItemScope> performers)
The main performer or performers of the event-for example, a presenter, musician, or actor.
|
ItemScope |
setPlayerType(String playerType)
Player type that is required.
|
ItemScope |
setPostalCode(String postalCode)
Postal code.
|
ItemScope |
setPostOfficeBoxNumber(String postOfficeBoxNumber)
Post office box number.
|
ItemScope |
setRatingValue(String ratingValue)
Rating value.
|
ItemScope |
setReviewRating(ItemScope reviewRating)
Review rating.
|
ItemScope |
setStartDate(String startDate)
The start date and time of the event (in ISO 8601 date format).
|
ItemScope |
setStreetAddress(String streetAddress)
Street address.
|
ItemScope |
setText(String text)
The text that is the result of the app activity.
|
ItemScope |
setThumbnail(ItemScope thumbnail)
Thumbnail image for an image or video.
|
ItemScope |
setThumbnailUrl(String thumbnailUrl)
A URL to a thumbnail image that represents this result.
|
ItemScope |
setTickerSymbol(String tickerSymbol)
The exchange traded instrument associated with a Corporation object.
|
ItemScope |
setType(String type)
The schema.org URL that best describes the referenced target and matches the type of moment.
|
ItemScope |
setUrl(String url)
The URL that points to the result object.
|
ItemScope |
setWidth(String width)
The width of the media object.
|
ItemScope |
setWorstRating(String worstRating)
Worst possible rating value that a result might obtain.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ItemScope getAbout()
null
for nonepublic ItemScope setAbout(ItemScope about)
about
- about or null
for nonepublic List<String> getAdditionalName()
null
for nonepublic ItemScope setAdditionalName(List<String> additionalName)
additionalName
- additionalName or null
for nonepublic ItemScope getAddress()
null
for nonepublic ItemScope setAddress(ItemScope address)
address
- address or null
for nonepublic String getAddressCountry()
null
for nonepublic ItemScope setAddressCountry(String addressCountry)
addressCountry
- addressCountry or null
for nonepublic String getAddressLocality()
null
for nonepublic ItemScope setAddressLocality(String addressLocality)
addressLocality
- addressLocality or null
for nonepublic String getAddressRegion()
null
for nonepublic ItemScope setAddressRegion(String addressRegion)
addressRegion
- addressRegion or null
for nonepublic List<ItemScope> getAssociatedMedia()
null
for nonepublic ItemScope setAssociatedMedia(List<ItemScope> associatedMedia)
associatedMedia
- associatedMedia or null
for nonepublic Integer getAttendeeCount()
null
for nonepublic ItemScope setAttendeeCount(Integer attendeeCount)
attendeeCount
- attendeeCount or null
for nonepublic List<ItemScope> getAttendees()
null
for nonepublic ItemScope setAttendees(List<ItemScope> attendees)
attendees
- attendees or null
for nonepublic ItemScope getAudio()
null
for nonepublic ItemScope setAudio(ItemScope audio)
audio
- audio or null
for nonepublic List<ItemScope> getAuthor()
null
for nonepublic ItemScope setAuthor(List<ItemScope> author)
author
- author or null
for nonepublic String getBestRating()
null
for nonepublic ItemScope setBestRating(String bestRating)
bestRating
- bestRating or null
for nonepublic String getBirthDate()
null
for nonepublic ItemScope setBirthDate(String birthDate)
birthDate
- birthDate or null
for nonepublic ItemScope getByArtist()
null
for nonepublic ItemScope setByArtist(ItemScope byArtist)
byArtist
- byArtist or null
for nonepublic String getCaption()
null
for nonepublic ItemScope setCaption(String caption)
caption
- caption or null
for nonepublic String getContentSize()
null
for nonepublic ItemScope setContentSize(String contentSize)
contentSize
- contentSize or null
for nonepublic String getContentUrl()
null
for nonepublic ItemScope setContentUrl(String contentUrl)
contentUrl
- contentUrl or null
for nonepublic List<ItemScope> getContributor()
null
for nonepublic ItemScope setContributor(List<ItemScope> contributor)
contributor
- contributor or null
for nonepublic String getDateCreated()
null
for nonepublic ItemScope setDateCreated(String dateCreated)
dateCreated
- dateCreated or null
for nonepublic String getDateModified()
null
for nonepublic ItemScope setDateModified(String dateModified)
dateModified
- dateModified or null
for nonepublic String getDatePublished()
null
for nonepublic ItemScope setDatePublished(String datePublished)
datePublished
- datePublished or null
for nonepublic String getDescription()
null
for nonepublic ItemScope setDescription(String description)
description
- description or null
for nonepublic String getDuration()
null
for nonepublic ItemScope setDuration(String duration)
duration
- duration or null
for nonepublic String getEmbedUrl()
null
for nonepublic ItemScope setEmbedUrl(String embedUrl)
embedUrl
- embedUrl or null
for nonepublic String getEndDate()
null
for nonepublic ItemScope setEndDate(String endDate)
endDate
- endDate or null
for nonepublic String getFamilyName()
null
for nonepublic ItemScope setFamilyName(String familyName)
familyName
- familyName or null
for nonepublic String getGender()
null
for nonepublic ItemScope setGender(String gender)
gender
- gender or null
for nonepublic ItemScope getGeo()
null
for nonepublic ItemScope setGeo(ItemScope geo)
geo
- geo or null
for nonepublic String getGivenName()
null
for nonepublic ItemScope setGivenName(String givenName)
givenName
- givenName or null
for nonepublic String getHeight()
null
for nonepublic ItemScope setHeight(String height)
height
- height or null
for nonepublic String getId()
null
for nonepublic ItemScope setId(String id)
id
- id or null
for nonepublic String getImage()
null
for nonepublic ItemScope setImage(String image)
image
- image or null
for nonepublic ItemScope getInAlbum()
null
for nonepublic ItemScope setInAlbum(ItemScope inAlbum)
inAlbum
- inAlbum or null
for nonepublic String getKind()
null
for nonepublic ItemScope setKind(String kind)
kind
- kind or null
for nonepublic Double getLatitude()
null
for nonepublic ItemScope setLatitude(Double latitude)
latitude
- latitude or null
for nonepublic ItemScope getLocation()
null
for nonepublic ItemScope setLocation(ItemScope location)
location
- location or null
for nonepublic Double getLongitude()
null
for nonepublic ItemScope setLongitude(Double longitude)
longitude
- longitude or null
for nonepublic String getName()
null
for nonepublic ItemScope setName(String name)
name
- name or null
for nonepublic ItemScope getPartOfTVSeries()
null
for nonepublic ItemScope setPartOfTVSeries(ItemScope partOfTVSeries)
partOfTVSeries
- partOfTVSeries or null
for nonepublic List<ItemScope> getPerformers()
null
for nonepublic ItemScope setPerformers(List<ItemScope> performers)
performers
- performers or null
for nonepublic String getPlayerType()
null
for nonepublic ItemScope setPlayerType(String playerType)
playerType
- playerType or null
for nonepublic String getPostOfficeBoxNumber()
null
for nonepublic ItemScope setPostOfficeBoxNumber(String postOfficeBoxNumber)
postOfficeBoxNumber
- postOfficeBoxNumber or null
for nonepublic String getPostalCode()
null
for nonepublic ItemScope setPostalCode(String postalCode)
postalCode
- postalCode or null
for nonepublic String getRatingValue()
null
for nonepublic ItemScope setRatingValue(String ratingValue)
ratingValue
- ratingValue or null
for nonepublic ItemScope getReviewRating()
null
for nonepublic ItemScope setReviewRating(ItemScope reviewRating)
reviewRating
- reviewRating or null
for nonepublic String getStartDate()
null
for nonepublic ItemScope setStartDate(String startDate)
startDate
- startDate or null
for nonepublic String getStreetAddress()
null
for nonepublic ItemScope setStreetAddress(String streetAddress)
streetAddress
- streetAddress or null
for nonepublic String getText()
null
for nonepublic ItemScope setText(String text)
text
- text or null
for nonepublic ItemScope getThumbnail()
null
for nonepublic ItemScope setThumbnail(ItemScope thumbnail)
thumbnail
- thumbnail or null
for nonepublic String getThumbnailUrl()
null
for nonepublic ItemScope setThumbnailUrl(String thumbnailUrl)
thumbnailUrl
- thumbnailUrl or null
for nonepublic String getTickerSymbol()
null
for nonepublic ItemScope setTickerSymbol(String tickerSymbol)
tickerSymbol
- tickerSymbol or null
for nonepublic String getType()
null
for nonepublic ItemScope setType(String type)
type
- type or null
for nonepublic String getUrl()
null
for nonepublic ItemScope setUrl(String url)
url
- url or null
for nonepublic String getWidth()
null
for nonepublic ItemScope setWidth(String width)
width
- width or null
for nonepublic String getWorstRating()
null
for nonepublic ItemScope setWorstRating(String worstRating)
worstRating
- worstRating or null
for nonepublic ItemScope set(String fieldName, Object value)
set
in class GenericJson
public ItemScope clone()
clone
in class GenericJson