public class GetRecommendationsRequest 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="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="RecommendationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected String |
recommendationType |
| Constructor and Description |
|---|
GetRecommendationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
String |
getRecommendationType()
Gets the value of the recommendationType property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setRecommendationType(String value)
Sets the value of the recommendationType property.
|
protected Long campaignId
protected Long adGroupId
protected String recommendationType
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic String getRecommendationType()
StringCopyright © 2024. All rights reserved.