public final class Element
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 | 
|---|
Element()  | 
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 Integer getActiveFieldId()
null for nonepublic Element setActiveFieldId(Integer activeFieldId)
activeFieldId - activeFieldId or null for nonepublic LastModifiedInfo getCreateInfo()
null for nonepublic Element setCreateInfo(LastModifiedInfo createInfo)
createInfo - createInfo or null for nonepublic Integer getDefaultFieldId()
null for nonepublic Element setDefaultFieldId(Integer defaultFieldId)
defaultFieldId - defaultFieldId or null for nonepublic String getElementName()
null for nonepublic Element setElementName(String elementName)
elementName - elementName or null for nonepublic Integer getEndTimestampFieldId()
null for nonepublic Element setEndTimestampFieldId(Integer endTimestampFieldId)
endTimestampFieldId - endTimestampFieldId or null for nonepublic Integer getExternalIdFieldId()
null for nonepublic Element setExternalIdFieldId(Integer externalIdFieldId)
externalIdFieldId - externalIdFieldId or null for nonepublic List<FeedField> getFeedFields()
null for nonepublic Element setFeedFields(List<FeedField> feedFields)
feedFields - feedFields or null for nonepublic Boolean getIsLocalTimestamp()
null for nonepublic Element setIsLocalTimestamp(Boolean isLocalTimestamp)
isLocalTimestamp - isLocalTimestamp or null for nonepublic LastModifiedInfo getLastModifiedInfo()
null for nonepublic Element setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo - lastModifiedInfo or null for nonepublic Integer getProximityTargetingFieldId()
null for nonepublic Element setProximityTargetingFieldId(Integer proximityTargetingFieldId)
proximityTargetingFieldId - proximityTargetingFieldId or null for nonepublic Integer getReportingLabelFieldId()
null for nonepublic Element setReportingLabelFieldId(Integer reportingLabelFieldId)
reportingLabelFieldId - reportingLabelFieldId or null for nonepublic Integer getStartTimestampFieldId()
null for nonepublic Element setStartTimestampFieldId(Integer startTimestampFieldId)
startTimestampFieldId - startTimestampFieldId or null for nonepublic Element set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Element clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.