public class GetBidOpportunitiesRequest 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="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="OpportunityType" type="{https://bingads.microsoft.com/AdInsight/v13}BidOpportunityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected Collection<BidOpportunityType> |
opportunityType |
| Constructor and Description |
|---|
GetBidOpportunitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Collection<BidOpportunityType> |
getOpportunityType()
Gets the value of the opportunityType property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setOpportunityType(Collection<BidOpportunityType> value)
Sets the value of the opportunityType property.
|
protected Long adGroupId
protected Long campaignId
protected Collection<BidOpportunityType> opportunityType
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Collection<BidOpportunityType> getOpportunityType()
Stringpublic void setOpportunityType(Collection<BidOpportunityType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.