public class RSARecommendationInfo extends RecommendationInfo
Java class for RSARecommendationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSARecommendationInfo">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}RecommendationInfo">
<sequence>
<element name="AdId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adId |
recommendationHash, recommendationId| Constructor and Description |
|---|
RSARecommendationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdId()
Gets the value of the adId property.
|
void |
setAdId(Long value)
Sets the value of the adId property.
|
getRecommendationHash, getRecommendationId, setRecommendationHash, setRecommendationIdprotected Long adId
Copyright © 2024. All rights reserved.