public static final class Post.Replies
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Replies() |
Modifier and Type | Method and Description |
---|---|
Post.Replies |
clone() |
java.util.List<Comment> |
getItems()
The List of Comments for this Post.
|
java.lang.String |
getSelfLink()
The URL of the comments on this post.
|
java.lang.Long |
getTotalItems()
The count of comments on this post.
|
Post.Replies |
set(java.lang.String fieldName,
java.lang.Object value) |
Post.Replies |
setItems(java.util.List<Comment> items)
The List of Comments for this Post.
|
Post.Replies |
setSelfLink(java.lang.String selfLink)
The URL of the comments on this post.
|
Post.Replies |
setTotalItems(java.lang.Long totalItems)
The count of comments on this post.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<Comment> getItems()
null
for nonepublic Post.Replies setItems(java.util.List<Comment> items)
items
- items or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic Post.Replies setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic java.lang.Long getTotalItems()
null
for nonepublic Post.Replies setTotalItems(java.lang.Long totalItems)
totalItems
- totalItems or null
for nonepublic Post.Replies set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Post.Replies clone()
clone
in class com.google.api.client.json.GenericJson