public final class Kpi
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 Display & Video 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Kpi() |
| Modifier and Type | Method and Description |
|---|---|
Kpi |
clone() |
Long |
getKpiAlgorithmId()
Optional.
|
Long |
getKpiAmountMicros()
The goal amount, in micros of the advertiser's currency.
|
Long |
getKpiPercentageMicros()
The decimal representation of the goal percentage in micros.
|
String |
getKpiString()
A KPI string, which can be empty.
|
String |
getKpiType()
Required.
|
Kpi |
set(String fieldName,
Object value) |
Kpi |
setKpiAlgorithmId(Long kpiAlgorithmId)
Optional.
|
Kpi |
setKpiAmountMicros(Long kpiAmountMicros)
The goal amount, in micros of the advertiser's currency.
|
Kpi |
setKpiPercentageMicros(Long kpiPercentageMicros)
The decimal representation of the goal percentage in micros.
|
Kpi |
setKpiString(String kpiString)
A KPI string, which can be empty.
|
Kpi |
setKpiType(String kpiType)
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 Long getKpiAlgorithmId()
null for nonepublic Kpi setKpiAlgorithmId(Long kpiAlgorithmId)
kpiAlgorithmId - kpiAlgorithmId or null for nonepublic Long getKpiAmountMicros()
null for nonepublic Kpi setKpiAmountMicros(Long kpiAmountMicros)
kpiAmountMicros - kpiAmountMicros or null for nonepublic Long getKpiPercentageMicros()
null for nonepublic Kpi setKpiPercentageMicros(Long kpiPercentageMicros)
kpiPercentageMicros - kpiPercentageMicros or null for nonepublic String getKpiString()
null for nonepublic Kpi setKpiString(String kpiString)
kpiString - kpiString or null for nonepublic String getKpiType()
null for nonepublic Kpi setKpiType(String kpiType)
kpiType - kpiType or null for nonepublic Kpi set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Kpi clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.