public final class SetupTag
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 Tag Manager 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 |
|---|
SetupTag() |
| Modifier and Type | Method and Description |
|---|---|
SetupTag |
clone() |
java.lang.Boolean |
getStopOnSetupFailure()
If true, fire the main tag if and only if the setup tag fires successfully.
|
java.lang.String |
getTagName()
The name of the setup tag.
|
SetupTag |
set(java.lang.String fieldName,
java.lang.Object value) |
SetupTag |
setStopOnSetupFailure(java.lang.Boolean stopOnSetupFailure)
If true, fire the main tag if and only if the setup tag fires successfully.
|
SetupTag |
setTagName(java.lang.String tagName)
The name of the setup tag.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Boolean getStopOnSetupFailure()
null for nonepublic SetupTag setStopOnSetupFailure(java.lang.Boolean stopOnSetupFailure)
stopOnSetupFailure - stopOnSetupFailure or null for nonepublic java.lang.String getTagName()
null for nonepublic SetupTag setTagName(java.lang.String tagName)
tagName - tagName or null for nonepublic SetupTag set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SetupTag clone()
clone in class com.google.api.client.json.GenericJson