public final class CommentFeed
extends com.google.api.client.json.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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
CommentFeed() |
Modifier and Type | Method and Description |
---|---|
CommentFeed |
clone() |
java.lang.String |
getEtag()
ETag of this response for caching purposes.
|
java.lang.String |
getId()
The ID of this collection of comments.
|
java.util.List<Comment> |
getItems()
The comments in this page of results.
|
java.lang.String |
getKind()
Identifies this resource as a collection of comments.
|
java.lang.String |
getNextLink()
Link to the next page of activities.
|
java.lang.String |
getNextPageToken()
The continuation token, which is used to page through large result sets.
|
java.lang.String |
getTitle()
The title of this collection of comments.
|
com.google.api.client.util.DateTime |
getUpdated()
The time at which this collection of comments was last updated.
|
CommentFeed |
set(java.lang.String fieldName,
java.lang.Object value) |
CommentFeed |
setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
CommentFeed |
setId(java.lang.String id)
The ID of this collection of comments.
|
CommentFeed |
setItems(java.util.List<Comment> items)
The comments in this page of results.
|
CommentFeed |
setKind(java.lang.String kind)
Identifies this resource as a collection of comments.
|
CommentFeed |
setNextLink(java.lang.String nextLink)
Link to the next page of activities.
|
CommentFeed |
setNextPageToken(java.lang.String nextPageToken)
The continuation token, which is used to page through large result sets.
|
CommentFeed |
setTitle(java.lang.String title)
The title of this collection of comments.
|
CommentFeed |
setUpdated(com.google.api.client.util.DateTime updated)
The time at which this collection of comments was last updated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getEtag()
null
for nonepublic CommentFeed setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.lang.String getId()
null
for nonepublic CommentFeed setId(java.lang.String id)
id
- id or null
for nonepublic java.util.List<Comment> getItems()
null
for nonepublic CommentFeed setItems(java.util.List<Comment> items)
items
- items or null
for nonepublic java.lang.String getKind()
null
for nonepublic CommentFeed setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getNextLink()
null
for nonepublic CommentFeed setNextLink(java.lang.String nextLink)
nextLink
- nextLink or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic CommentFeed setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic java.lang.String getTitle()
null
for nonepublic CommentFeed setTitle(java.lang.String title)
title
- title or null
for nonepublic com.google.api.client.util.DateTime getUpdated()
null
for nonepublic CommentFeed setUpdated(com.google.api.client.util.DateTime updated)
updated
- updated or null
for nonepublic CommentFeed set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public CommentFeed clone()
clone
in class com.google.api.client.json.GenericJson