public final class ListPopulationRule
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 |
|---|
ListPopulationRule() |
| Modifier and Type | Method and Description |
|---|---|
ListPopulationRule |
clone() |
java.lang.Long |
getFloodlightActivityId()
Floodlight activity ID associated with this rule.
|
java.lang.String |
getFloodlightActivityName()
Name of floodlight activity associated with this rule.
|
java.util.List<ListPopulationClause> |
getListPopulationClauses()
Clauses that make up this list population rule.
|
ListPopulationRule |
set(java.lang.String fieldName,
java.lang.Object value) |
ListPopulationRule |
setFloodlightActivityId(java.lang.Long floodlightActivityId)
Floodlight activity ID associated with this rule.
|
ListPopulationRule |
setFloodlightActivityName(java.lang.String floodlightActivityName)
Name of floodlight activity associated with this rule.
|
ListPopulationRule |
setListPopulationClauses(java.util.List<ListPopulationClause> listPopulationClauses)
Clauses that make up this list population rule.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getFloodlightActivityId()
null for nonepublic ListPopulationRule setFloodlightActivityId(java.lang.Long floodlightActivityId)
floodlightActivityId - floodlightActivityId or null for nonepublic java.lang.String getFloodlightActivityName()
null for nonepublic ListPopulationRule setFloodlightActivityName(java.lang.String floodlightActivityName)
floodlightActivityName - floodlightActivityName or null for nonepublic java.util.List<ListPopulationClause> getListPopulationClauses()
null for nonepublic ListPopulationRule setListPopulationClauses(java.util.List<ListPopulationClause> listPopulationClauses)
listPopulationClauses - listPopulationClauses or null for nonepublic ListPopulationRule set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListPopulationRule clone()
clone in class com.google.api.client.json.GenericJson