public final class ListPopulationClause
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 DCM/DFA Reporting And Trafficking 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 |
|---|
ListPopulationClause() |
| Modifier and Type | Method and Description |
|---|---|
ListPopulationClause |
clone() |
java.util.List<ListPopulationTerm> |
getTerms()
Terms of this list population clause.
|
ListPopulationClause |
set(java.lang.String fieldName,
java.lang.Object value) |
ListPopulationClause |
setTerms(java.util.List<ListPopulationTerm> terms)
Terms of this list population clause.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ListPopulationTerm> getTerms()
null for nonepublic ListPopulationClause setTerms(java.util.List<ListPopulationTerm> terms)
terms - terms or null for nonepublic ListPopulationClause set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListPopulationClause clone()
clone in class com.google.api.client.json.GenericJson