com.facebook.ads.sdk.Targeting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facebook-java-business-sdk Show documentation
Show all versions of facebook-java-business-sdk Show documentation
Facebook Business Solutions SDK for Java
/**
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
* form for use in connection with the web services and APIs provided by
* Facebook.
*
* As with any software that integrates with the Facebook platform, your use
* of this software is subject to the Facebook Developer Principles and
* Policies [http://developers.facebook.com/policy/]. This copyright notice
* shall be included in all copies or substantial portions of the software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
*/
package com.facebook.ads.sdk;
import java.io.File;
import java.lang.reflect.Modifier;
import java.lang.reflect.Type;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.google.common.base.Function;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import com.google.common.util.concurrent.SettableFuture;
import com.google.gson.JsonObject;
import com.google.gson.JsonArray;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import com.facebook.ads.sdk.APIException.MalformedResponseException;
/**
* This class is auto-generated.
*
* For any issues or feature requests related to this class, please let us know
* on github and we'll fix in our codegen framework. We'll not be able to accept
* pull request for this class.
*
*/
public class Targeting extends APINode {
@SerializedName("adgroup_id")
private String mAdgroupId = null;
@SerializedName("age_max")
private Long mAgeMax = null;
@SerializedName("age_min")
private Long mAgeMin = null;
@SerializedName("alternate_auto_targeting_option")
private String mAlternateAutoTargetingOption = null;
@SerializedName("app_install_state")
private String mAppInstallState = null;
@SerializedName("audience_network_positions")
private List mAudienceNetworkPositions = null;
@SerializedName("behaviors")
private List mBehaviors = null;
@SerializedName("brand_safety_content_filter_levels")
private List mBrandSafetyContentFilterLevels = null;
@SerializedName("catalog_based_targeting")
private CatalogBasedTargeting mCatalogBasedTargeting = null;
@SerializedName("cities")
private List mCities = null;
@SerializedName("college_years")
private List mCollegeYears = null;
@SerializedName("connections")
private List mConnections = null;
@SerializedName("contextual_targeting_categories")
private List mContextualTargetingCategories = null;
@SerializedName("countries")
private List mCountries = null;
@SerializedName("country")
private List mCountry = null;
@SerializedName("country_groups")
private List mCountryGroups = null;
@SerializedName("custom_audiences")
private List mCustomAudiences = null;
@SerializedName("device_platforms")
private List mDevicePlatforms = null;
@SerializedName("direct_install_devices")
private Boolean mDirectInstallDevices = null;
@SerializedName("dynamic_audience_ids")
private List mDynamicAudienceIds = null;
@SerializedName("education_majors")
private List mEducationMajors = null;
@SerializedName("education_schools")
private List mEducationSchools = null;
@SerializedName("education_statuses")
private List mEducationStatuses = null;
@SerializedName("effective_audience_network_positions")
private List mEffectiveAudienceNetworkPositions = null;
@SerializedName("effective_device_platforms")
private List mEffectiveDevicePlatforms = null;
@SerializedName("effective_facebook_positions")
private List mEffectiveFacebookPositions = null;
@SerializedName("effective_instagram_positions")
private List mEffectiveInstagramPositions = null;
@SerializedName("effective_messenger_positions")
private List mEffectiveMessengerPositions = null;
@SerializedName("effective_publisher_platforms")
private List mEffectivePublisherPlatforms = null;
@SerializedName("engagement_specs")
private List mEngagementSpecs = null;
@SerializedName("ethnic_affinity")
private List mEthnicAffinity = null;
@SerializedName("exclude_reached_since")
private List mExcludeReachedSince = null;
@SerializedName("excluded_brand_safety_content_types")
private List mExcludedBrandSafetyContentTypes = null;
@SerializedName("excluded_connections")
private List mExcludedConnections = null;
@SerializedName("excluded_custom_audiences")
private List mExcludedCustomAudiences = null;
@SerializedName("excluded_dynamic_audience_ids")
private List mExcludedDynamicAudienceIds = null;
@SerializedName("excluded_engagement_specs")
private List mExcludedEngagementSpecs = null;
@SerializedName("excluded_geo_locations")
private TargetingGeoLocation mExcludedGeoLocations = null;
@SerializedName("excluded_mobile_device_model")
private List mExcludedMobileDeviceModel = null;
@SerializedName("excluded_product_audience_specs")
private List mExcludedProductAudienceSpecs = null;
@SerializedName("excluded_publisher_categories")
private List mExcludedPublisherCategories = null;
@SerializedName("excluded_publisher_list_ids")
private List mExcludedPublisherListIds = null;
@SerializedName("excluded_user_device")
private List mExcludedUserDevice = null;
@SerializedName("exclusions")
private FlexibleTargeting mExclusions = null;
@SerializedName("facebook_positions")
private List mFacebookPositions = null;
@SerializedName("family_statuses")
private List mFamilyStatuses = null;
@SerializedName("fb_deal_id")
private String mFbDealId = null;
@SerializedName("flexible_spec")
private List mFlexibleSpec = null;
@SerializedName("friends_of_connections")
private List mFriendsOfConnections = null;
@SerializedName("genders")
private List mGenders = null;
@SerializedName("generation")
private List mGeneration = null;
@SerializedName("geo_locations")
private TargetingGeoLocation mGeoLocations = null;
@SerializedName("home_ownership")
private List mHomeOwnership = null;
@SerializedName("home_type")
private List mHomeType = null;
@SerializedName("home_value")
private List mHomeValue = null;
@SerializedName("household_composition")
private List mHouseholdComposition = null;
@SerializedName("income")
private List mIncome = null;
@SerializedName("industries")
private List mIndustries = null;
@SerializedName("instagram_positions")
private List mInstagramPositions = null;
@SerializedName("instream_video_skippable_excluded")
private Boolean mInstreamVideoSkippableExcluded = null;
@SerializedName("interested_in")
private List mInterestedIn = null;
@SerializedName("interests")
private List mInterests = null;
@SerializedName("is_whatsapp_destination_ad")
private Boolean mIsWhatsappDestinationAd = null;
@SerializedName("keywords")
private List mKeywords = null;
@SerializedName("life_events")
private List mLifeEvents = null;
@SerializedName("locales")
private List mLocales = null;
@SerializedName("messenger_positions")
private List mMessengerPositions = null;
@SerializedName("moms")
private List mMoms = null;
@SerializedName("net_worth")
private List mNetWorth = null;
@SerializedName("office_type")
private List mOfficeType = null;
@SerializedName("place_page_set_ids")
private List mPlacePageSetIds = null;
@SerializedName("political_views")
private List mPoliticalViews = null;
@SerializedName("politics")
private List mPolitics = null;
@SerializedName("product_audience_specs")
private List mProductAudienceSpecs = null;
@SerializedName("prospecting_audience")
private TargetingProspectingAudience mProspectingAudience = null;
@SerializedName("publisher_platforms")
private List mPublisherPlatforms = null;
@SerializedName("radius")
private String mRadius = null;
@SerializedName("regions")
private List mRegions = null;
@SerializedName("relationship_statuses")
private List mRelationshipStatuses = null;
@SerializedName("site_category")
private List mSiteCategory = null;
@SerializedName("targeting_optimization")
private String mTargetingOptimization = null;
@SerializedName("targeting_relaxation_types")
private TargetingRelaxation mTargetingRelaxationTypes = null;
@SerializedName("user_adclusters")
private List mUserAdclusters = null;
@SerializedName("user_device")
private List mUserDevice = null;
@SerializedName("user_event")
private List mUserEvent = null;
@SerializedName("user_os")
private List mUserOs = null;
@SerializedName("wireless_carrier")
private List mWirelessCarrier = null;
@SerializedName("work_employers")
private List mWorkEmployers = null;
@SerializedName("work_positions")
private List mWorkPositions = null;
@SerializedName("zips")
private List mZips = null;
protected static Gson gson = null;
public Targeting() {
}
public String getId() {
return null;
}
public static Targeting loadJSON(String json, APIContext context, String header) {
Targeting targeting = getGson().fromJson(json, Targeting.class);
if (context.isDebug()) {
JsonParser parser = new JsonParser();
JsonElement o1 = parser.parse(json);
JsonElement o2 = parser.parse(targeting.toString());
if (o1.getAsJsonObject().get("__fb_trace_id__") != null) {
o2.getAsJsonObject().add("__fb_trace_id__", o1.getAsJsonObject().get("__fb_trace_id__"));
}
if (!o1.equals(o2)) {
context.log("[Warning] When parsing response, object is not consistent with JSON:");
context.log("[JSON]" + o1);
context.log("[Object]" + o2);
}
}
targeting.context = context;
targeting.rawValue = json;
targeting.header = header;
return targeting;
}
public static APINodeList parseResponse(String json, APIContext context, APIRequest request, String header) throws MalformedResponseException {
APINodeList targetings = new APINodeList(request, json, header);
JsonArray arr;
JsonObject obj;
JsonParser parser = new JsonParser();
Exception exception = null;
try{
JsonElement result = parser.parse(json);
if (result.isJsonArray()) {
// First, check if it's a pure JSON Array
arr = result.getAsJsonArray();
for (int i = 0; i < arr.size(); i++) {
targetings.add(loadJSON(arr.get(i).getAsJsonObject().toString(), context, header));
};
return targetings;
} else if (result.isJsonObject()) {
obj = result.getAsJsonObject();
if (obj.has("data")) {
if (obj.has("paging")) {
JsonObject paging = obj.get("paging").getAsJsonObject();
if (paging.has("cursors")) {
JsonObject cursors = paging.get("cursors").getAsJsonObject();
String before = cursors.has("before") ? cursors.get("before").getAsString() : null;
String after = cursors.has("after") ? cursors.get("after").getAsString() : null;
targetings.setCursors(before, after);
}
String previous = paging.has("previous") ? paging.get("previous").getAsString() : null;
String next = paging.has("next") ? paging.get("next").getAsString() : null;
targetings.setPaging(previous, next);
if (context.hasAppSecret()) {
targetings.setAppSecret(context.getAppSecretProof());
}
}
if (obj.get("data").isJsonArray()) {
// Second, check if it's a JSON array with "data"
arr = obj.get("data").getAsJsonArray();
for (int i = 0; i < arr.size(); i++) {
targetings.add(loadJSON(arr.get(i).getAsJsonObject().toString(), context, header));
};
} else if (obj.get("data").isJsonObject()) {
// Third, check if it's a JSON object with "data"
obj = obj.get("data").getAsJsonObject();
boolean isRedownload = false;
for (String s : new String[]{"campaigns", "adsets", "ads"}) {
if (obj.has(s)) {
isRedownload = true;
obj = obj.getAsJsonObject(s);
for (Map.Entry entry : obj.entrySet()) {
targetings.add(loadJSON(entry.getValue().toString(), context, header));
}
break;
}
}
if (!isRedownload) {
targetings.add(loadJSON(obj.toString(), context, header));
}
}
return targetings;
} else if (obj.has("images")) {
// Fourth, check if it's a map of image objects
obj = obj.get("images").getAsJsonObject();
for (Map.Entry entry : obj.entrySet()) {
targetings.add(loadJSON(entry.getValue().toString(), context, header));
}
return targetings;
} else {
// Fifth, check if it's an array of objects indexed by id
boolean isIdIndexedArray = true;
for (Map.Entry entry : obj.entrySet()) {
String key = (String) entry.getKey();
if (key.equals("__fb_trace_id__")) {
continue;
}
JsonElement value = (JsonElement) entry.getValue();
if (
value != null &&
value.isJsonObject() &&
value.getAsJsonObject().has("id") &&
value.getAsJsonObject().get("id") != null &&
value.getAsJsonObject().get("id").getAsString().equals(key)
) {
targetings.add(loadJSON(value.toString(), context, header));
} else {
isIdIndexedArray = false;
break;
}
}
if (isIdIndexedArray) {
return targetings;
}
// Sixth, check if it's pure JsonObject
targetings.clear();
targetings.add(loadJSON(json, context, header));
return targetings;
}
}
} catch (Exception e) {
exception = e;
}
throw new MalformedResponseException(
"Invalid response string: " + json,
exception
);
}
@Override
public APIContext getContext() {
return context;
}
@Override
public void setContext(APIContext context) {
this.context = context;
}
@Override
public String toString() {
return getGson().toJson(this);
}
public String getFieldAdgroupId() {
return mAdgroupId;
}
public Targeting setFieldAdgroupId(String value) {
this.mAdgroupId = value;
return this;
}
public Long getFieldAgeMax() {
return mAgeMax;
}
public Targeting setFieldAgeMax(Long value) {
this.mAgeMax = value;
return this;
}
public Long getFieldAgeMin() {
return mAgeMin;
}
public Targeting setFieldAgeMin(Long value) {
this.mAgeMin = value;
return this;
}
public String getFieldAlternateAutoTargetingOption() {
return mAlternateAutoTargetingOption;
}
public Targeting setFieldAlternateAutoTargetingOption(String value) {
this.mAlternateAutoTargetingOption = value;
return this;
}
public String getFieldAppInstallState() {
return mAppInstallState;
}
public Targeting setFieldAppInstallState(String value) {
this.mAppInstallState = value;
return this;
}
public List getFieldAudienceNetworkPositions() {
return mAudienceNetworkPositions;
}
public Targeting setFieldAudienceNetworkPositions(List value) {
this.mAudienceNetworkPositions = value;
return this;
}
public List getFieldBehaviors() {
return mBehaviors;
}
public Targeting setFieldBehaviors(List value) {
this.mBehaviors = value;
return this;
}
public Targeting setFieldBehaviors(String value) {
Type type = new TypeToken>(){}.getType();
this.mBehaviors = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldBrandSafetyContentFilterLevels() {
return mBrandSafetyContentFilterLevels;
}
public Targeting setFieldBrandSafetyContentFilterLevels(List value) {
this.mBrandSafetyContentFilterLevels = value;
return this;
}
public CatalogBasedTargeting getFieldCatalogBasedTargeting() {
return mCatalogBasedTargeting;
}
public Targeting setFieldCatalogBasedTargeting(CatalogBasedTargeting value) {
this.mCatalogBasedTargeting = value;
return this;
}
public Targeting setFieldCatalogBasedTargeting(String value) {
Type type = new TypeToken(){}.getType();
this.mCatalogBasedTargeting = CatalogBasedTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldCities() {
return mCities;
}
public Targeting setFieldCities(List value) {
this.mCities = value;
return this;
}
public Targeting setFieldCities(String value) {
Type type = new TypeToken>(){}.getType();
this.mCities = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldCollegeYears() {
return mCollegeYears;
}
public Targeting setFieldCollegeYears(List value) {
this.mCollegeYears = value;
return this;
}
public List getFieldConnections() {
return mConnections;
}
public Targeting setFieldConnections(List value) {
this.mConnections = value;
return this;
}
public Targeting setFieldConnections(String value) {
Type type = new TypeToken>(){}.getType();
this.mConnections = ConnectionsTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldContextualTargetingCategories() {
return mContextualTargetingCategories;
}
public Targeting setFieldContextualTargetingCategories(List value) {
this.mContextualTargetingCategories = value;
return this;
}
public Targeting setFieldContextualTargetingCategories(String value) {
Type type = new TypeToken>(){}.getType();
this.mContextualTargetingCategories = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldCountries() {
return mCountries;
}
public Targeting setFieldCountries(List value) {
this.mCountries = value;
return this;
}
public List getFieldCountry() {
return mCountry;
}
public Targeting setFieldCountry(List value) {
this.mCountry = value;
return this;
}
public List getFieldCountryGroups() {
return mCountryGroups;
}
public Targeting setFieldCountryGroups(List value) {
this.mCountryGroups = value;
return this;
}
public List getFieldCustomAudiences() {
return mCustomAudiences;
}
public Targeting setFieldCustomAudiences(List value) {
this.mCustomAudiences = value;
return this;
}
public Targeting setFieldCustomAudiences(String value) {
Type type = new TypeToken>(){}.getType();
this.mCustomAudiences = RawCustomAudience.getGson().fromJson(value, type);
return this;
}
public List getFieldDevicePlatforms() {
return mDevicePlatforms;
}
public Targeting setFieldDevicePlatforms(List value) {
this.mDevicePlatforms = value;
return this;
}
public Boolean getFieldDirectInstallDevices() {
return mDirectInstallDevices;
}
public Targeting setFieldDirectInstallDevices(Boolean value) {
this.mDirectInstallDevices = value;
return this;
}
public List getFieldDynamicAudienceIds() {
return mDynamicAudienceIds;
}
public Targeting setFieldDynamicAudienceIds(List value) {
this.mDynamicAudienceIds = value;
return this;
}
public List getFieldEducationMajors() {
return mEducationMajors;
}
public Targeting setFieldEducationMajors(List value) {
this.mEducationMajors = value;
return this;
}
public Targeting setFieldEducationMajors(String value) {
Type type = new TypeToken>(){}.getType();
this.mEducationMajors = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldEducationSchools() {
return mEducationSchools;
}
public Targeting setFieldEducationSchools(List value) {
this.mEducationSchools = value;
return this;
}
public Targeting setFieldEducationSchools(String value) {
Type type = new TypeToken>(){}.getType();
this.mEducationSchools = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldEducationStatuses() {
return mEducationStatuses;
}
public Targeting setFieldEducationStatuses(List value) {
this.mEducationStatuses = value;
return this;
}
public List getFieldEffectiveAudienceNetworkPositions() {
return mEffectiveAudienceNetworkPositions;
}
public Targeting setFieldEffectiveAudienceNetworkPositions(List value) {
this.mEffectiveAudienceNetworkPositions = value;
return this;
}
public List getFieldEffectiveDevicePlatforms() {
return mEffectiveDevicePlatforms;
}
public Targeting setFieldEffectiveDevicePlatforms(List value) {
this.mEffectiveDevicePlatforms = value;
return this;
}
public List getFieldEffectiveFacebookPositions() {
return mEffectiveFacebookPositions;
}
public Targeting setFieldEffectiveFacebookPositions(List value) {
this.mEffectiveFacebookPositions = value;
return this;
}
public List getFieldEffectiveInstagramPositions() {
return mEffectiveInstagramPositions;
}
public Targeting setFieldEffectiveInstagramPositions(List value) {
this.mEffectiveInstagramPositions = value;
return this;
}
public List getFieldEffectiveMessengerPositions() {
return mEffectiveMessengerPositions;
}
public Targeting setFieldEffectiveMessengerPositions(List value) {
this.mEffectiveMessengerPositions = value;
return this;
}
public List getFieldEffectivePublisherPlatforms() {
return mEffectivePublisherPlatforms;
}
public Targeting setFieldEffectivePublisherPlatforms(List value) {
this.mEffectivePublisherPlatforms = value;
return this;
}
public List getFieldEngagementSpecs() {
return mEngagementSpecs;
}
public Targeting setFieldEngagementSpecs(List value) {
this.mEngagementSpecs = value;
return this;
}
public Targeting setFieldEngagementSpecs(String value) {
Type type = new TypeToken>(){}.getType();
this.mEngagementSpecs = TargetingDynamicRule.getGson().fromJson(value, type);
return this;
}
public List getFieldEthnicAffinity() {
return mEthnicAffinity;
}
public Targeting setFieldEthnicAffinity(List value) {
this.mEthnicAffinity = value;
return this;
}
public Targeting setFieldEthnicAffinity(String value) {
Type type = new TypeToken>(){}.getType();
this.mEthnicAffinity = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldExcludeReachedSince() {
return mExcludeReachedSince;
}
public Targeting setFieldExcludeReachedSince(List value) {
this.mExcludeReachedSince = value;
return this;
}
public List getFieldExcludedBrandSafetyContentTypes() {
return mExcludedBrandSafetyContentTypes;
}
public Targeting setFieldExcludedBrandSafetyContentTypes(List value) {
this.mExcludedBrandSafetyContentTypes = value;
return this;
}
public List getFieldExcludedConnections() {
return mExcludedConnections;
}
public Targeting setFieldExcludedConnections(List value) {
this.mExcludedConnections = value;
return this;
}
public Targeting setFieldExcludedConnections(String value) {
Type type = new TypeToken>(){}.getType();
this.mExcludedConnections = ConnectionsTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldExcludedCustomAudiences() {
return mExcludedCustomAudiences;
}
public Targeting setFieldExcludedCustomAudiences(List value) {
this.mExcludedCustomAudiences = value;
return this;
}
public Targeting setFieldExcludedCustomAudiences(String value) {
Type type = new TypeToken>(){}.getType();
this.mExcludedCustomAudiences = RawCustomAudience.getGson().fromJson(value, type);
return this;
}
public List getFieldExcludedDynamicAudienceIds() {
return mExcludedDynamicAudienceIds;
}
public Targeting setFieldExcludedDynamicAudienceIds(List value) {
this.mExcludedDynamicAudienceIds = value;
return this;
}
public List getFieldExcludedEngagementSpecs() {
return mExcludedEngagementSpecs;
}
public Targeting setFieldExcludedEngagementSpecs(List value) {
this.mExcludedEngagementSpecs = value;
return this;
}
public Targeting setFieldExcludedEngagementSpecs(String value) {
Type type = new TypeToken>(){}.getType();
this.mExcludedEngagementSpecs = TargetingDynamicRule.getGson().fromJson(value, type);
return this;
}
public TargetingGeoLocation getFieldExcludedGeoLocations() {
return mExcludedGeoLocations;
}
public Targeting setFieldExcludedGeoLocations(TargetingGeoLocation value) {
this.mExcludedGeoLocations = value;
return this;
}
public Targeting setFieldExcludedGeoLocations(String value) {
Type type = new TypeToken(){}.getType();
this.mExcludedGeoLocations = TargetingGeoLocation.getGson().fromJson(value, type);
return this;
}
public List getFieldExcludedMobileDeviceModel() {
return mExcludedMobileDeviceModel;
}
public Targeting setFieldExcludedMobileDeviceModel(List value) {
this.mExcludedMobileDeviceModel = value;
return this;
}
public List getFieldExcludedProductAudienceSpecs() {
return mExcludedProductAudienceSpecs;
}
public Targeting setFieldExcludedProductAudienceSpecs(List value) {
this.mExcludedProductAudienceSpecs = value;
return this;
}
public Targeting setFieldExcludedProductAudienceSpecs(String value) {
Type type = new TypeToken>(){}.getType();
this.mExcludedProductAudienceSpecs = TargetingProductAudienceSpec.getGson().fromJson(value, type);
return this;
}
public List getFieldExcludedPublisherCategories() {
return mExcludedPublisherCategories;
}
public Targeting setFieldExcludedPublisherCategories(List value) {
this.mExcludedPublisherCategories = value;
return this;
}
public List getFieldExcludedPublisherListIds() {
return mExcludedPublisherListIds;
}
public Targeting setFieldExcludedPublisherListIds(List value) {
this.mExcludedPublisherListIds = value;
return this;
}
public List getFieldExcludedUserDevice() {
return mExcludedUserDevice;
}
public Targeting setFieldExcludedUserDevice(List value) {
this.mExcludedUserDevice = value;
return this;
}
public FlexibleTargeting getFieldExclusions() {
return mExclusions;
}
public Targeting setFieldExclusions(FlexibleTargeting value) {
this.mExclusions = value;
return this;
}
public Targeting setFieldExclusions(String value) {
Type type = new TypeToken(){}.getType();
this.mExclusions = FlexibleTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldFacebookPositions() {
return mFacebookPositions;
}
public Targeting setFieldFacebookPositions(List value) {
this.mFacebookPositions = value;
return this;
}
public List getFieldFamilyStatuses() {
return mFamilyStatuses;
}
public Targeting setFieldFamilyStatuses(List value) {
this.mFamilyStatuses = value;
return this;
}
public Targeting setFieldFamilyStatuses(String value) {
Type type = new TypeToken>(){}.getType();
this.mFamilyStatuses = IDName.getGson().fromJson(value, type);
return this;
}
public String getFieldFbDealId() {
return mFbDealId;
}
public Targeting setFieldFbDealId(String value) {
this.mFbDealId = value;
return this;
}
public List getFieldFlexibleSpec() {
return mFlexibleSpec;
}
public Targeting setFieldFlexibleSpec(List value) {
this.mFlexibleSpec = value;
return this;
}
public Targeting setFieldFlexibleSpec(String value) {
Type type = new TypeToken>(){}.getType();
this.mFlexibleSpec = FlexibleTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldFriendsOfConnections() {
return mFriendsOfConnections;
}
public Targeting setFieldFriendsOfConnections(List value) {
this.mFriendsOfConnections = value;
return this;
}
public Targeting setFieldFriendsOfConnections(String value) {
Type type = new TypeToken>(){}.getType();
this.mFriendsOfConnections = ConnectionsTargeting.getGson().fromJson(value, type);
return this;
}
public List getFieldGenders() {
return mGenders;
}
public Targeting setFieldGenders(List value) {
this.mGenders = value;
return this;
}
public List getFieldGeneration() {
return mGeneration;
}
public Targeting setFieldGeneration(List value) {
this.mGeneration = value;
return this;
}
public Targeting setFieldGeneration(String value) {
Type type = new TypeToken>(){}.getType();
this.mGeneration = IDName.getGson().fromJson(value, type);
return this;
}
public TargetingGeoLocation getFieldGeoLocations() {
return mGeoLocations;
}
public Targeting setFieldGeoLocations(TargetingGeoLocation value) {
this.mGeoLocations = value;
return this;
}
public Targeting setFieldGeoLocations(String value) {
Type type = new TypeToken(){}.getType();
this.mGeoLocations = TargetingGeoLocation.getGson().fromJson(value, type);
return this;
}
public List getFieldHomeOwnership() {
return mHomeOwnership;
}
public Targeting setFieldHomeOwnership(List value) {
this.mHomeOwnership = value;
return this;
}
public Targeting setFieldHomeOwnership(String value) {
Type type = new TypeToken>(){}.getType();
this.mHomeOwnership = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldHomeType() {
return mHomeType;
}
public Targeting setFieldHomeType(List value) {
this.mHomeType = value;
return this;
}
public Targeting setFieldHomeType(String value) {
Type type = new TypeToken>(){}.getType();
this.mHomeType = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldHomeValue() {
return mHomeValue;
}
public Targeting setFieldHomeValue(List value) {
this.mHomeValue = value;
return this;
}
public Targeting setFieldHomeValue(String value) {
Type type = new TypeToken>(){}.getType();
this.mHomeValue = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldHouseholdComposition() {
return mHouseholdComposition;
}
public Targeting setFieldHouseholdComposition(List value) {
this.mHouseholdComposition = value;
return this;
}
public Targeting setFieldHouseholdComposition(String value) {
Type type = new TypeToken>(){}.getType();
this.mHouseholdComposition = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldIncome() {
return mIncome;
}
public Targeting setFieldIncome(List value) {
this.mIncome = value;
return this;
}
public Targeting setFieldIncome(String value) {
Type type = new TypeToken>(){}.getType();
this.mIncome = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldIndustries() {
return mIndustries;
}
public Targeting setFieldIndustries(List value) {
this.mIndustries = value;
return this;
}
public Targeting setFieldIndustries(String value) {
Type type = new TypeToken>(){}.getType();
this.mIndustries = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldInstagramPositions() {
return mInstagramPositions;
}
public Targeting setFieldInstagramPositions(List value) {
this.mInstagramPositions = value;
return this;
}
public Boolean getFieldInstreamVideoSkippableExcluded() {
return mInstreamVideoSkippableExcluded;
}
public Targeting setFieldInstreamVideoSkippableExcluded(Boolean value) {
this.mInstreamVideoSkippableExcluded = value;
return this;
}
public List getFieldInterestedIn() {
return mInterestedIn;
}
public Targeting setFieldInterestedIn(List value) {
this.mInterestedIn = value;
return this;
}
public List getFieldInterests() {
return mInterests;
}
public Targeting setFieldInterests(List value) {
this.mInterests = value;
return this;
}
public Targeting setFieldInterests(String value) {
Type type = new TypeToken>(){}.getType();
this.mInterests = IDName.getGson().fromJson(value, type);
return this;
}
public Boolean getFieldIsWhatsappDestinationAd() {
return mIsWhatsappDestinationAd;
}
public Targeting setFieldIsWhatsappDestinationAd(Boolean value) {
this.mIsWhatsappDestinationAd = value;
return this;
}
public List getFieldKeywords() {
return mKeywords;
}
public Targeting setFieldKeywords(List value) {
this.mKeywords = value;
return this;
}
public List getFieldLifeEvents() {
return mLifeEvents;
}
public Targeting setFieldLifeEvents(List value) {
this.mLifeEvents = value;
return this;
}
public Targeting setFieldLifeEvents(String value) {
Type type = new TypeToken>(){}.getType();
this.mLifeEvents = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldLocales() {
return mLocales;
}
public Targeting setFieldLocales(List value) {
this.mLocales = value;
return this;
}
public List getFieldMessengerPositions() {
return mMessengerPositions;
}
public Targeting setFieldMessengerPositions(List value) {
this.mMessengerPositions = value;
return this;
}
public List getFieldMoms() {
return mMoms;
}
public Targeting setFieldMoms(List value) {
this.mMoms = value;
return this;
}
public Targeting setFieldMoms(String value) {
Type type = new TypeToken>(){}.getType();
this.mMoms = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldNetWorth() {
return mNetWorth;
}
public Targeting setFieldNetWorth(List value) {
this.mNetWorth = value;
return this;
}
public Targeting setFieldNetWorth(String value) {
Type type = new TypeToken>(){}.getType();
this.mNetWorth = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldOfficeType() {
return mOfficeType;
}
public Targeting setFieldOfficeType(List value) {
this.mOfficeType = value;
return this;
}
public Targeting setFieldOfficeType(String value) {
Type type = new TypeToken>(){}.getType();
this.mOfficeType = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldPlacePageSetIds() {
return mPlacePageSetIds;
}
public Targeting setFieldPlacePageSetIds(List value) {
this.mPlacePageSetIds = value;
return this;
}
public List getFieldPoliticalViews() {
return mPoliticalViews;
}
public Targeting setFieldPoliticalViews(List value) {
this.mPoliticalViews = value;
return this;
}
public List getFieldPolitics() {
return mPolitics;
}
public Targeting setFieldPolitics(List value) {
this.mPolitics = value;
return this;
}
public Targeting setFieldPolitics(String value) {
Type type = new TypeToken>(){}.getType();
this.mPolitics = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldProductAudienceSpecs() {
return mProductAudienceSpecs;
}
public Targeting setFieldProductAudienceSpecs(List value) {
this.mProductAudienceSpecs = value;
return this;
}
public Targeting setFieldProductAudienceSpecs(String value) {
Type type = new TypeToken>(){}.getType();
this.mProductAudienceSpecs = TargetingProductAudienceSpec.getGson().fromJson(value, type);
return this;
}
public TargetingProspectingAudience getFieldProspectingAudience() {
return mProspectingAudience;
}
public Targeting setFieldProspectingAudience(TargetingProspectingAudience value) {
this.mProspectingAudience = value;
return this;
}
public Targeting setFieldProspectingAudience(String value) {
Type type = new TypeToken(){}.getType();
this.mProspectingAudience = TargetingProspectingAudience.getGson().fromJson(value, type);
return this;
}
public List getFieldPublisherPlatforms() {
return mPublisherPlatforms;
}
public Targeting setFieldPublisherPlatforms(List value) {
this.mPublisherPlatforms = value;
return this;
}
public String getFieldRadius() {
return mRadius;
}
public Targeting setFieldRadius(String value) {
this.mRadius = value;
return this;
}
public List getFieldRegions() {
return mRegions;
}
public Targeting setFieldRegions(List value) {
this.mRegions = value;
return this;
}
public Targeting setFieldRegions(String value) {
Type type = new TypeToken>(){}.getType();
this.mRegions = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldRelationshipStatuses() {
return mRelationshipStatuses;
}
public Targeting setFieldRelationshipStatuses(List value) {
this.mRelationshipStatuses = value;
return this;
}
public List getFieldSiteCategory() {
return mSiteCategory;
}
public Targeting setFieldSiteCategory(List value) {
this.mSiteCategory = value;
return this;
}
public String getFieldTargetingOptimization() {
return mTargetingOptimization;
}
public Targeting setFieldTargetingOptimization(String value) {
this.mTargetingOptimization = value;
return this;
}
public TargetingRelaxation getFieldTargetingRelaxationTypes() {
return mTargetingRelaxationTypes;
}
public Targeting setFieldTargetingRelaxationTypes(TargetingRelaxation value) {
this.mTargetingRelaxationTypes = value;
return this;
}
public Targeting setFieldTargetingRelaxationTypes(String value) {
Type type = new TypeToken(){}.getType();
this.mTargetingRelaxationTypes = TargetingRelaxation.getGson().fromJson(value, type);
return this;
}
public List getFieldUserAdclusters() {
return mUserAdclusters;
}
public Targeting setFieldUserAdclusters(List value) {
this.mUserAdclusters = value;
return this;
}
public Targeting setFieldUserAdclusters(String value) {
Type type = new TypeToken>(){}.getType();
this.mUserAdclusters = IDName.getGson().fromJson(value, type);
return this;
}
public List getFieldUserDevice() {
return mUserDevice;
}
public Targeting setFieldUserDevice(List value) {
this.mUserDevice = value;
return this;
}
public List getFieldUserEvent() {
return mUserEvent;
}
public Targeting setFieldUserEvent(List