public class UpdateCampaignsRequest 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="Campaigns" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCampaign" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
accountId |
protected ArrayOfCampaign |
campaigns |
Constructor and Description |
---|
UpdateCampaignsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOfCampaign |
getCampaigns()
Gets the value of the campaigns property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setCampaigns(ArrayOfCampaign value)
Sets the value of the campaigns property.
|
protected Long accountId
protected ArrayOfCampaign campaigns
public Long getAccountId()
Long
public void setAccountId(Long value)
value
- allowed object is
Long
public ArrayOfCampaign getCampaigns()
ArrayOfCampaign
public void setCampaigns(ArrayOfCampaign value)
value
- allowed object is
ArrayOfCampaign
Copyright © 2024. All rights reserved.