public class AssetGroup extends Object
Java class for AssetGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BusinessName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CallToAction" type="{https://bingads.microsoft.com/CampaignManagement/v13}CallToAction" minOccurs="0"/>
<element name="Descriptions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="EditorialStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssetGroupEditorialStatus" minOccurs="0"/>
<element name="EndDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="FinalMobileUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="FinalUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Headlines" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Images" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="LongHeadlines" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssetGroupStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessName |
protected CallToAction |
callToAction |
protected ArrayOfAssetLink |
descriptions |
protected AssetGroupEditorialStatus |
editorialStatus |
protected Date |
endDate |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected ArrayOfAssetLink |
headlines |
protected Long |
id |
protected ArrayOfAssetLink |
images |
protected ArrayOfAssetLink |
longHeadlines |
protected String |
name |
protected String |
path1 |
protected String |
path2 |
protected Date |
startDate |
protected AssetGroupStatus |
status |
| Constructor and Description |
|---|
AssetGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName()
Gets the value of the businessName property.
|
CallToAction |
getCallToAction()
Gets the value of the callToAction property.
|
ArrayOfAssetLink |
getDescriptions()
Gets the value of the descriptions property.
|
AssetGroupEditorialStatus |
getEditorialStatus()
Gets the value of the editorialStatus property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
ArrayOfstring |
getFinalMobileUrls()
Gets the value of the finalMobileUrls property.
|
ArrayOfstring |
getFinalUrls()
Gets the value of the finalUrls property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
ArrayOfAssetLink |
getHeadlines()
Gets the value of the headlines property.
|
Long |
getId()
Gets the value of the id property.
|
ArrayOfAssetLink |
getImages()
Gets the value of the images property.
|
ArrayOfAssetLink |
getLongHeadlines()
Gets the value of the longHeadlines property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPath1()
Gets the value of the path1 property.
|
String |
getPath2()
Gets the value of the path2 property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
AssetGroupStatus |
getStatus()
Gets the value of the status property.
|
void |
setBusinessName(String value)
Sets the value of the businessName property.
|
void |
setCallToAction(CallToAction value)
Sets the value of the callToAction property.
|
void |
setDescriptions(ArrayOfAssetLink value)
Sets the value of the descriptions property.
|
void |
setEditorialStatus(AssetGroupEditorialStatus value)
Sets the value of the editorialStatus property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setFinalMobileUrls(ArrayOfstring value)
Sets the value of the finalMobileUrls property.
|
void |
setFinalUrls(ArrayOfstring value)
Sets the value of the finalUrls property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setHeadlines(ArrayOfAssetLink value)
Sets the value of the headlines property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setImages(ArrayOfAssetLink value)
Sets the value of the images property.
|
void |
setLongHeadlines(ArrayOfAssetLink value)
Sets the value of the longHeadlines property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPath1(String value)
Sets the value of the path1 property.
|
void |
setPath2(String value)
Sets the value of the path2 property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(AssetGroupStatus value)
Sets the value of the status property.
|
protected String businessName
protected CallToAction callToAction
protected ArrayOfAssetLink descriptions
protected AssetGroupEditorialStatus editorialStatus
protected Date endDate
protected ArrayOfstring finalMobileUrls
protected ArrayOfstring finalUrls
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected ArrayOfAssetLink headlines
protected Long id
protected ArrayOfAssetLink images
protected ArrayOfAssetLink longHeadlines
protected String name
protected String path1
protected String path2
protected Date startDate
protected AssetGroupStatus status
public String getBusinessName()
Stringpublic void setBusinessName(String value)
value - allowed object is
Stringpublic CallToAction getCallToAction()
CallToActionpublic void setCallToAction(CallToAction value)
value - allowed object is
CallToActionpublic ArrayOfAssetLink getDescriptions()
ArrayOfAssetLinkpublic void setDescriptions(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic AssetGroupEditorialStatus getEditorialStatus()
AssetGroupEditorialStatuspublic void setEditorialStatus(AssetGroupEditorialStatus value)
value - allowed object is
AssetGroupEditorialStatuspublic Date getEndDate()
Datepublic void setEndDate(Date value)
value - allowed object is
Datepublic ArrayOfstring getFinalMobileUrls()
ArrayOfstringpublic void setFinalMobileUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic ArrayOfstring getFinalUrls()
ArrayOfstringpublic void setFinalUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic ArrayOfAssetLink getHeadlines()
ArrayOfAssetLinkpublic void setHeadlines(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic void setId(Long value)
value - allowed object is
Longpublic ArrayOfAssetLink getImages()
ArrayOfAssetLinkpublic void setImages(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic ArrayOfAssetLink getLongHeadlines()
ArrayOfAssetLinkpublic void setLongHeadlines(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPath1()
Stringpublic void setPath1(String value)
value - allowed object is
Stringpublic String getPath2()
Stringpublic void setPath2(String value)
value - allowed object is
Stringpublic Date getStartDate()
Datepublic void setStartDate(Date value)
value - allowed object is
Datepublic AssetGroupStatus getStatus()
AssetGroupStatuspublic void setStatus(AssetGroupStatus value)
value - allowed object is
AssetGroupStatusCopyright © 2024. All rights reserved.