public class DateRangeSearchParameter extends SearchParameter
Java class for DateRangeSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateRangeSearchParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}SearchParameter">
<sequence>
<element name="EndDate" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
<element name="StartDate" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DayMonthAndYear |
endDate |
protected DayMonthAndYear |
startDate |
| Constructor and Description |
|---|
DateRangeSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
DayMonthAndYear |
getEndDate()
Gets the value of the endDate property.
|
DayMonthAndYear |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(DayMonthAndYear value)
Sets the value of the endDate property.
|
void |
setStartDate(DayMonthAndYear value)
Sets the value of the startDate property.
|
protected DayMonthAndYear endDate
protected DayMonthAndYear startDate
public DayMonthAndYear getEndDate()
DayMonthAndYearpublic void setEndDate(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearpublic DayMonthAndYear getStartDate()
DayMonthAndYearpublic void setStartDate(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearCopyright © 2024. All rights reserved.