com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Replies() |
| Modifier and Type | Method and Description |
|---|---|
Post.Replies |
clone() |
List<Comment> |
getItems()
The List of Comments for this Post.
|
String |
getSelfLink()
The URL of the comments on this post.
|
Long |
getTotalItems()
The count of comments on this post.
|
Post.Replies |
set(String fieldName,
Object value) |
Post.Replies |
setItems(List<Comment> items)
The List of Comments for this Post.
|
Post.Replies |
setSelfLink(String selfLink)
The URL of the comments on this post.
|
Post.Replies |
setTotalItems(Long totalItems)
The count of comments on this post.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Comment> getItems()
null for nonepublic Post.Replies setItems(List<Comment> items)
items - items or null for nonepublic String getSelfLink()
null for nonepublic Post.Replies setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Long getTotalItems()
null for nonepublic Post.Replies setTotalItems(Long totalItems)
totalItems - totalItems or null for nonepublic Post.Replies set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Post.Replies clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.