public final class TransitTable
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 Content API for Shopping. 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 |
|---|
TransitTable() |
| Modifier and Type | Method and Description |
|---|---|
TransitTable |
clone() |
java.util.List<java.lang.String> |
getPostalCodeGroupNames()
A list of postal group names.
|
java.util.List<TransitTableTransitTimeRow> |
getRows() |
java.util.List<java.lang.String> |
getTransitTimeLabels()
A list of transit time labels.
|
TransitTable |
set(java.lang.String fieldName,
java.lang.Object value) |
TransitTable |
setPostalCodeGroupNames(java.util.List<java.lang.String> postalCodeGroupNames)
A list of postal group names.
|
TransitTable |
setRows(java.util.List<TransitTableTransitTimeRow> rows) |
TransitTable |
setTransitTimeLabels(java.util.List<java.lang.String> transitTimeLabels)
A list of transit time labels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<java.lang.String> getPostalCodeGroupNames()
null for nonepublic TransitTable setPostalCodeGroupNames(java.util.List<java.lang.String> postalCodeGroupNames)
postalCodeGroupNames - postalCodeGroupNames or null for nonepublic java.util.List<TransitTableTransitTimeRow> getRows()
null for nonepublic TransitTable setRows(java.util.List<TransitTableTransitTimeRow> rows)
rows - rows or null for nonepublic java.util.List<java.lang.String> getTransitTimeLabels()
null for nonepublic TransitTable setTransitTimeLabels(java.util.List<java.lang.String> transitTimeLabels)
transitTimeLabels - transitTimeLabels or null for nonepublic TransitTable set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TransitTable clone()
clone in class com.google.api.client.json.GenericJson