public class AccountThroughCampaignReportScope extends Object
Java class for AccountThroughCampaignReportScope complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountThroughCampaignReportScope">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="Campaigns" type="{https://bingads.microsoft.com/Reporting/v13}ArrayOfCampaignReportScope" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
accountIds |
protected ArrayOfCampaignReportScope |
campaigns |
| Constructor and Description |
|---|
AccountThroughCampaignReportScope() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAccountIds()
Gets the value of the accountIds property.
|
ArrayOfCampaignReportScope |
getCampaigns()
Gets the value of the campaigns property.
|
void |
setAccountIds(ArrayOflong value)
Sets the value of the accountIds property.
|
void |
setCampaigns(ArrayOfCampaignReportScope value)
Sets the value of the campaigns property.
|
protected ArrayOflong accountIds
protected ArrayOfCampaignReportScope campaigns
public ArrayOflong getAccountIds()
ArrayOflongpublic void setAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ArrayOfCampaignReportScope getCampaigns()
ArrayOfCampaignReportScopepublic void setCampaigns(ArrayOfCampaignReportScope value)
value - allowed object is
ArrayOfCampaignReportScopeCopyright © 2024. All rights reserved.