public class AssetGroupListingGroupAction extends Object
Java class for AssetGroupListingGroupAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetGroupListingGroupAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Action" type="{https://bingads.microsoft.com/CampaignManagement/v13}ItemAction"/>
<element name="ListingGroup" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssetGroupListingGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ItemAction |
action |
protected AssetGroupListingGroup |
listingGroup |
| Constructor and Description |
|---|
AssetGroupListingGroupAction() |
| Modifier and Type | Method and Description |
|---|---|
ItemAction |
getAction()
Gets the value of the action property.
|
AssetGroupListingGroup |
getListingGroup()
Gets the value of the listingGroup property.
|
void |
setAction(ItemAction value)
Sets the value of the action property.
|
void |
setListingGroup(AssetGroupListingGroup value)
Sets the value of the listingGroup property.
|
protected ItemAction action
protected AssetGroupListingGroup listingGroup
public ItemAction getAction()
ItemActionpublic void setAction(ItemAction value)
value - allowed object is
ItemActionpublic AssetGroupListingGroup getListingGroup()
AssetGroupListingGrouppublic void setListingGroup(AssetGroupListingGroup value)
value - allowed object is
AssetGroupListingGroupCopyright © 2024. All rights reserved.