public class Comments extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Comments.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommentFull> |
entries
A list of comments.
|
protected Long |
limit
The limit that was used for these entries.
|
protected Long |
offset
The 0-based offset of the first entry in this set.
|
protected List<CommentsOrderField> |
order
The order by which items are returned.
|
protected Long |
totalCount
One greater than the offset of the last entry in the entire collection.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Comments() |
protected |
Comments(Comments.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CommentFull> |
getEntries() |
Long |
getLimit() |
Long |
getOffset() |
List<CommentsOrderField> |
getOrder() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected Long limit
protected Long offset
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected List<CommentsOrderField> order
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected List<CommentFull> entries
public Comments()
protected Comments(Comments.Builder builder)
public Long getTotalCount()
public List<CommentsOrderField> getOrder()
public List<CommentFull> getEntries()