public final class BusinessCallsInsights extends 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 My Business Business Calls API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BusinessCallsInsights() |
| Modifier and Type | Method and Description |
|---|---|
BusinessCallsInsights |
clone() |
AggregateMetrics |
getAggregateMetrics()
Metric for the time range based on start_date and end_date.
|
String |
getMetricType()
The metric for which the value applies.
|
String |
getName()
Required.
|
BusinessCallsInsights |
set(String fieldName,
Object value) |
BusinessCallsInsights |
setAggregateMetrics(AggregateMetrics aggregateMetrics)
Metric for the time range based on start_date and end_date.
|
BusinessCallsInsights |
setMetricType(String metricType)
The metric for which the value applies.
|
BusinessCallsInsights |
setName(String name)
Required.
|
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 AggregateMetrics getAggregateMetrics()
null for nonepublic BusinessCallsInsights setAggregateMetrics(AggregateMetrics aggregateMetrics)
aggregateMetrics - aggregateMetrics or null for nonepublic String getMetricType()
null for nonepublic BusinessCallsInsights setMetricType(String metricType)
metricType - metricType or null for nonepublic String getName()
null for nonepublic BusinessCallsInsights setName(String name)
name - name or null for nonepublic BusinessCallsInsights set(String fieldName, Object value)
set in class GenericJsonpublic BusinessCallsInsights clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.