public class UetTag extends Object
Java class for UetTag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UetTag">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerShare" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerShare" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrackingNoScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrackingScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrackingStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}UetTagTrackingStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerShare |
customerShare |
protected String |
description |
protected Long |
id |
protected String |
name |
protected String |
trackingNoScript |
protected String |
trackingScript |
protected UetTagTrackingStatus |
trackingStatus |
| Constructor and Description |
|---|
UetTag() |
| Modifier and Type | Method and Description |
|---|---|
CustomerShare |
getCustomerShare()
Gets the value of the customerShare property.
|
String |
getDescription()
Gets the value of the description property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTrackingNoScript()
Gets the value of the trackingNoScript property.
|
String |
getTrackingScript()
Gets the value of the trackingScript property.
|
UetTagTrackingStatus |
getTrackingStatus()
Gets the value of the trackingStatus property.
|
void |
setCustomerShare(CustomerShare value)
Sets the value of the customerShare property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTrackingNoScript(String value)
Sets the value of the trackingNoScript property.
|
void |
setTrackingScript(String value)
Sets the value of the trackingScript property.
|
void |
setTrackingStatus(UetTagTrackingStatus value)
Sets the value of the trackingStatus property.
|
protected CustomerShare customerShare
protected String description
protected Long id
protected String name
protected String trackingNoScript
protected String trackingScript
protected UetTagTrackingStatus trackingStatus
public CustomerShare getCustomerShare()
CustomerSharepublic void setCustomerShare(CustomerShare value)
value - allowed object is
CustomerSharepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTrackingNoScript()
Stringpublic void setTrackingNoScript(String value)
value - allowed object is
Stringpublic String getTrackingScript()
Stringpublic void setTrackingScript(String value)
value - allowed object is
Stringpublic UetTagTrackingStatus getTrackingStatus()
UetTagTrackingStatuspublic void setTrackingStatus(UetTagTrackingStatus value)
value - allowed object is
UetTagTrackingStatusCopyright © 2024. All rights reserved.