public class GetAssetGroupsEditorialReasonsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AssetGroupIdToCampaignIdAssociations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfEntityIdToParentIdAssociation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOfEntityIdToParentIdAssociation |
assetGroupIdToCampaignIdAssociations |
| Constructor and Description |
|---|
GetAssetGroupsEditorialReasonsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOfEntityIdToParentIdAssociation |
getAssetGroupIdToCampaignIdAssociations()
Gets the value of the assetGroupIdToCampaignIdAssociations property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAssetGroupIdToCampaignIdAssociations(ArrayOfEntityIdToParentIdAssociation value)
Sets the value of the assetGroupIdToCampaignIdAssociations property.
|
protected Long accountId
protected ArrayOfEntityIdToParentIdAssociation assetGroupIdToCampaignIdAssociations
public GetAssetGroupsEditorialReasonsRequest()
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOfEntityIdToParentIdAssociation getAssetGroupIdToCampaignIdAssociations()
ArrayOfEntityIdToParentIdAssociationpublic void setAssetGroupIdToCampaignIdAssociations(ArrayOfEntityIdToParentIdAssociation value)
value - allowed object is
ArrayOfEntityIdToParentIdAssociationCopyright © 2024. All rights reserved.