public class GetKeywordOpportunitiesRequest 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}KeywordOpportunityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected Collection<KeywordOpportunityType> |
opportunityType |
| Constructor and Description |
|---|
GetKeywordOpportunitiesRequest() |
| 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<KeywordOpportunityType> |
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<KeywordOpportunityType> value)
Sets the value of the opportunityType property.
|
protected Long adGroupId
protected Long campaignId
protected Collection<KeywordOpportunityType> 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<KeywordOpportunityType> getOpportunityType()
Stringpublic void setOpportunityType(Collection<KeywordOpportunityType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.