public final class ListPopulationTerm
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 Campaign Manager 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 | 
|---|
ListPopulationTerm()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListPopulationTerm | 
clone()  | 
Boolean | 
getContains()
Will be true if the term should check if the user is in the list and false if the term should
 check if the user is not in the list. 
 | 
Boolean | 
getNegation()
Whether to negate the comparison result of this term during rule evaluation. 
 | 
String | 
getOperator()
Comparison operator of this term. 
 | 
Long | 
getRemarketingListId()
ID of the list in question. 
 | 
String | 
getType()
List population term type determines the applicable fields in this object. 
 | 
String | 
getValue()
Literal to compare the variable to. 
 | 
String | 
getVariableFriendlyName()
Friendly name of this term's variable. 
 | 
String | 
getVariableName()
Name of the variable (U1, U2, etc.) being compared in this term. 
 | 
ListPopulationTerm | 
set(String fieldName,
   Object value)  | 
ListPopulationTerm | 
setContains(Boolean contains)
Will be true if the term should check if the user is in the list and false if the term should
 check if the user is not in the list. 
 | 
ListPopulationTerm | 
setNegation(Boolean negation)
Whether to negate the comparison result of this term during rule evaluation. 
 | 
ListPopulationTerm | 
setOperator(String operator)
Comparison operator of this term. 
 | 
ListPopulationTerm | 
setRemarketingListId(Long remarketingListId)
ID of the list in question. 
 | 
ListPopulationTerm | 
setType(String type)
List population term type determines the applicable fields in this object. 
 | 
ListPopulationTerm | 
setValue(String value)
Literal to compare the variable to. 
 | 
ListPopulationTerm | 
setVariableFriendlyName(String variableFriendlyName)
Friendly name of this term's variable. 
 | 
ListPopulationTerm | 
setVariableName(String variableName)
Name of the variable (U1, U2, etc.) being compared in this term. 
 | 
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 Boolean getContains()
null for nonepublic ListPopulationTerm setContains(Boolean contains)
contains - contains or null for nonepublic Boolean getNegation()
null for nonepublic ListPopulationTerm setNegation(Boolean negation)
negation - negation or null for nonepublic String getOperator()
null for nonepublic ListPopulationTerm setOperator(String operator)
operator - operator or null for nonepublic Long getRemarketingListId()
null for nonepublic ListPopulationTerm setRemarketingListId(Long remarketingListId)
remarketingListId - remarketingListId or null for nonepublic String getType()
null for nonepublic ListPopulationTerm setType(String type)
type - type or null for nonepublic String getValue()
null for nonepublic ListPopulationTerm setValue(String value)
value - value or null for nonepublic String getVariableFriendlyName()
null for nonepublic ListPopulationTerm setVariableFriendlyName(String variableFriendlyName)
variableFriendlyName - variableFriendlyName or null for nonepublic String getVariableName()
null for nonepublic ListPopulationTerm setVariableName(String variableName)
variableName - variableName or null for nonepublic ListPopulationTerm set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ListPopulationTerm clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.