public class KeywordBidLandscape extends Object
Java class for KeywordBidLandscape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordBidLandscape">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordId" type="{http://www.w3.org/2001/XMLSchema}long" 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 ArrayOfBidLandscapePoint |
bidLandscapePoints |
protected DayMonthAndYear |
endDate |
protected Long |
keywordId |
protected DayMonthAndYear |
startDate |
| Constructor and Description |
|---|
KeywordBidLandscape() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBidLandscapePoint |
getBidLandscapePoints()
Gets the value of the bidLandscapePoints property.
|
DayMonthAndYear |
getEndDate()
Gets the value of the endDate property.
|
Long |
getKeywordId()
Gets the value of the keywordId property.
|
DayMonthAndYear |
getStartDate()
Gets the value of the startDate property.
|
void |
setBidLandscapePoints(ArrayOfBidLandscapePoint value)
Sets the value of the bidLandscapePoints property.
|
void |
setEndDate(DayMonthAndYear value)
Sets the value of the endDate property.
|
void |
setKeywordId(Long value)
Sets the value of the keywordId property.
|
void |
setStartDate(DayMonthAndYear value)
Sets the value of the startDate property.
|
protected Long keywordId
protected DayMonthAndYear startDate
protected DayMonthAndYear endDate
protected ArrayOfBidLandscapePoint bidLandscapePoints
public Long getKeywordId()
Longpublic void setKeywordId(Long value)
value - allowed object is
Longpublic 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.