public final class Layersummaries
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 Books 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 |
|---|
Layersummaries() |
| Modifier and Type | Method and Description |
|---|---|
Layersummaries |
clone() |
java.util.List<Layersummary> |
getItems()
A list of layer summary items.
|
java.lang.String |
getKind()
Resource type.
|
java.lang.Integer |
getTotalItems()
The total number of layer summaries found.
|
Layersummaries |
set(java.lang.String fieldName,
java.lang.Object value) |
Layersummaries |
setItems(java.util.List<Layersummary> items)
A list of layer summary items.
|
Layersummaries |
setKind(java.lang.String kind)
Resource type.
|
Layersummaries |
setTotalItems(java.lang.Integer totalItems)
The total number of layer summaries found.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Layersummary> getItems()
null for nonepublic Layersummaries setItems(java.util.List<Layersummary> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic Layersummaries setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Integer getTotalItems()
null for nonepublic Layersummaries setTotalItems(java.lang.Integer totalItems)
totalItems - totalItems or null for nonepublic Layersummaries set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Layersummaries clone()
clone in class com.google.api.client.json.GenericJson