public class AssetLink extends Object
Java class for AssetLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="asset" type="{https://adwords.google.com/api/adwords/cm/v201809}Asset" minOccurs="0"/>
<element name="pinnedField" type="{https://adwords.google.com/api/adwords/cm/v201809}ServedAssetFieldType" minOccurs="0"/>
<element name="assetPolicySummaryInfo" type="{https://adwords.google.com/api/adwords/cm/v201809}AssetPolicySummaryInfo" minOccurs="0"/>
<element name="assetPerformanceLabel" type="{https://adwords.google.com/api/adwords/cm/v201809}AssetPerformanceLabel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
asset |
protected AssetPerformanceLabel |
assetPerformanceLabel |
protected AssetPolicySummaryInfo |
assetPolicySummaryInfo |
protected ServedAssetFieldType |
pinnedField |
| Constructor and Description |
|---|
AssetLink() |
| Modifier and Type | Method and Description |
|---|---|
Asset |
getAsset()
Gets the value of the asset property.
|
AssetPerformanceLabel |
getAssetPerformanceLabel()
Gets the value of the assetPerformanceLabel property.
|
AssetPolicySummaryInfo |
getAssetPolicySummaryInfo()
Gets the value of the assetPolicySummaryInfo property.
|
ServedAssetFieldType |
getPinnedField()
Gets the value of the pinnedField property.
|
void |
setAsset(Asset value)
Sets the value of the asset property.
|
void |
setAssetPerformanceLabel(AssetPerformanceLabel value)
Sets the value of the assetPerformanceLabel property.
|
void |
setAssetPolicySummaryInfo(AssetPolicySummaryInfo value)
Sets the value of the assetPolicySummaryInfo property.
|
void |
setPinnedField(ServedAssetFieldType value)
Sets the value of the pinnedField property.
|
protected Asset asset
protected ServedAssetFieldType pinnedField
protected AssetPolicySummaryInfo assetPolicySummaryInfo
protected AssetPerformanceLabel assetPerformanceLabel
public Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
Assetpublic ServedAssetFieldType getPinnedField()
ServedAssetFieldTypepublic void setPinnedField(ServedAssetFieldType value)
value - allowed object is
ServedAssetFieldTypepublic AssetPolicySummaryInfo getAssetPolicySummaryInfo()
AssetPolicySummaryInfopublic void setAssetPolicySummaryInfo(AssetPolicySummaryInfo value)
value - allowed object is
AssetPolicySummaryInfopublic AssetPerformanceLabel getAssetPerformanceLabel()
AssetPerformanceLabelpublic void setAssetPerformanceLabel(AssetPerformanceLabel value)
value - allowed object is
AssetPerformanceLabelCopyright © 2023. All rights reserved.