public class Recommendation extends Object
Java class for Recommendation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recommendation">
<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="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="CurrentClicks" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CurrentConversions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CurrentCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CurrentImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EstimatedIncreaseInClicks" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EstimatedIncreaseInConversions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EstimatedIncreaseInCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimatedIncreaseInImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="RecommendationHash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecommendationId" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
accountId |
protected Long |
adGroupId |
protected Long |
campaignId |
protected Long |
currentClicks |
protected Long |
currentConversions |
protected Double |
currentCost |
protected Long |
currentImpressions |
protected Long |
estimatedIncreaseInClicks |
protected Long |
estimatedIncreaseInConversions |
protected Double |
estimatedIncreaseInCost |
protected Long |
estimatedIncreaseInImpressions |
protected String |
recommendationHash |
protected String |
recommendationId |
protected String |
recommendationType |
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Long |
getCurrentClicks()
Gets the value of the currentClicks property.
|
Long |
getCurrentConversions()
Gets the value of the currentConversions property.
|
Double |
getCurrentCost()
Gets the value of the currentCost property.
|
Long |
getCurrentImpressions()
Gets the value of the currentImpressions property.
|
Long |
getEstimatedIncreaseInClicks()
Gets the value of the estimatedIncreaseInClicks property.
|
Long |
getEstimatedIncreaseInConversions()
Gets the value of the estimatedIncreaseInConversions property.
|
Double |
getEstimatedIncreaseInCost()
Gets the value of the estimatedIncreaseInCost property.
|
Long |
getEstimatedIncreaseInImpressions()
Gets the value of the estimatedIncreaseInImpressions property.
|
String |
getRecommendationHash()
Gets the value of the recommendationHash property.
|
String |
getRecommendationId()
Gets the value of the recommendationId property.
|
String |
getRecommendationType()
Gets the value of the recommendationType property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCurrentClicks(Long value)
Sets the value of the currentClicks property.
|
void |
setCurrentConversions(Long value)
Sets the value of the currentConversions property.
|
void |
setCurrentCost(Double value)
Sets the value of the currentCost property.
|
void |
setCurrentImpressions(Long value)
Sets the value of the currentImpressions property.
|
void |
setEstimatedIncreaseInClicks(Long value)
Sets the value of the estimatedIncreaseInClicks property.
|
void |
setEstimatedIncreaseInConversions(Long value)
Sets the value of the estimatedIncreaseInConversions property.
|
void |
setEstimatedIncreaseInCost(Double value)
Sets the value of the estimatedIncreaseInCost property.
|
void |
setEstimatedIncreaseInImpressions(Long value)
Sets the value of the estimatedIncreaseInImpressions property.
|
void |
setRecommendationHash(String value)
Sets the value of the recommendationHash property.
|
void |
setRecommendationId(String value)
Sets the value of the recommendationId property.
|
void |
setRecommendationType(String value)
Sets the value of the recommendationType property.
|
protected Long accountId
protected Long adGroupId
protected Long campaignId
protected Long currentClicks
protected Long currentConversions
protected Double currentCost
protected Long currentImpressions
protected Long estimatedIncreaseInClicks
protected Long estimatedIncreaseInConversions
protected Double estimatedIncreaseInCost
protected Long estimatedIncreaseInImpressions
protected String recommendationHash
protected String recommendationId
protected String recommendationType
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getCurrentClicks()
Longpublic void setCurrentClicks(Long value)
value - allowed object is
Longpublic Long getCurrentConversions()
Longpublic void setCurrentConversions(Long value)
value - allowed object is
Longpublic Double getCurrentCost()
Doublepublic void setCurrentCost(Double value)
value - allowed object is
Doublepublic Long getCurrentImpressions()
Longpublic void setCurrentImpressions(Long value)
value - allowed object is
Longpublic Long getEstimatedIncreaseInClicks()
Longpublic void setEstimatedIncreaseInClicks(Long value)
value - allowed object is
Longpublic Long getEstimatedIncreaseInConversions()
Longpublic void setEstimatedIncreaseInConversions(Long value)
value - allowed object is
Longpublic Double getEstimatedIncreaseInCost()
Doublepublic void setEstimatedIncreaseInCost(Double value)
value - allowed object is
Doublepublic Long getEstimatedIncreaseInImpressions()
Longpublic void setEstimatedIncreaseInImpressions(Long value)
value - allowed object is
Longpublic String getRecommendationHash()
Stringpublic void setRecommendationHash(String value)
value - allowed object is
Stringpublic String getRecommendationId()
Stringpublic void setRecommendationId(String value)
value - allowed object is
Stringpublic String getRecommendationType()
StringCopyright © 2024. All rights reserved.