public class AdGroupBidLandscape extends Object
Java class for AdGroupBidLandscape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupBidLandscape">
<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="AdGroupBidLandscapeType" type="{https://bingads.microsoft.com/AdInsight/v13}AdGroupBidLandscapeType" minOccurs="0"/>
<element name="StartDate" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
<element name="EndDate" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
<element name="BidLandscapePoints" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfBidLandscapePoint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdGroupBidLandscapeType |
adGroupBidLandscapeType |
protected Long |
adGroupId |
protected ArrayOfBidLandscapePoint |
bidLandscapePoints |
protected DayMonthAndYear |
endDate |
protected DayMonthAndYear |
startDate |
| Constructor and Description |
|---|
AdGroupBidLandscape() |
| Modifier and Type | Method and Description |
|---|---|
AdGroupBidLandscapeType |
getAdGroupBidLandscapeType()
Gets the value of the adGroupBidLandscapeType property.
|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOfBidLandscapePoint |
getBidLandscapePoints()
Gets the value of the bidLandscapePoints property.
|
DayMonthAndYear |
getEndDate()
Gets the value of the endDate property.
|
DayMonthAndYear |
getStartDate()
Gets the value of the startDate property.
|
void |
setAdGroupBidLandscapeType(AdGroupBidLandscapeType value)
Sets the value of the adGroupBidLandscapeType property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setBidLandscapePoints(ArrayOfBidLandscapePoint value)
Sets the value of the bidLandscapePoints property.
|
void |
setEndDate(DayMonthAndYear value)
Sets the value of the endDate property.
|
void |
setStartDate(DayMonthAndYear value)
Sets the value of the startDate property.
|
protected Long adGroupId
protected AdGroupBidLandscapeType adGroupBidLandscapeType
protected DayMonthAndYear startDate
protected DayMonthAndYear endDate
protected ArrayOfBidLandscapePoint bidLandscapePoints
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic AdGroupBidLandscapeType getAdGroupBidLandscapeType()
AdGroupBidLandscapeTypepublic void setAdGroupBidLandscapeType(AdGroupBidLandscapeType value)
value - allowed object is
AdGroupBidLandscapeTypepublic DayMonthAndYear getStartDate()
DayMonthAndYearpublic void setStartDate(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearpublic DayMonthAndYear getEndDate()
DayMonthAndYearpublic void setEndDate(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearpublic ArrayOfBidLandscapePoint getBidLandscapePoints()
ArrayOfBidLandscapePointpublic void setBidLandscapePoints(ArrayOfBidLandscapePoint value)
value - allowed object is
ArrayOfBidLandscapePointCopyright © 2024. All rights reserved.