public class ReportTime extends Object
Java class for ReportTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomDateRangeEnd" type="{https://bingads.microsoft.com/Reporting/v13}Date" minOccurs="0"/>
<element name="CustomDateRangeStart" type="{https://bingads.microsoft.com/Reporting/v13}Date" minOccurs="0"/>
<element name="PredefinedTime" type="{https://bingads.microsoft.com/Reporting/v13}ReportTimePeriod" minOccurs="0"/>
<element name="ReportTimeZone" type="{https://bingads.microsoft.com/Reporting/v13}ReportTimeZone" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
customDateRangeEnd |
protected Date |
customDateRangeStart |
protected ReportTimePeriod |
predefinedTime |
protected ReportTimeZone |
reportTimeZone |
| Constructor and Description |
|---|
ReportTime() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCustomDateRangeEnd()
Gets the value of the customDateRangeEnd property.
|
Date |
getCustomDateRangeStart()
Gets the value of the customDateRangeStart property.
|
ReportTimePeriod |
getPredefinedTime()
Gets the value of the predefinedTime property.
|
ReportTimeZone |
getReportTimeZone()
Gets the value of the reportTimeZone property.
|
void |
setCustomDateRangeEnd(Date value)
Sets the value of the customDateRangeEnd property.
|
void |
setCustomDateRangeStart(Date value)
Sets the value of the customDateRangeStart property.
|
void |
setPredefinedTime(ReportTimePeriod value)
Sets the value of the predefinedTime property.
|
void |
setReportTimeZone(ReportTimeZone value)
Sets the value of the reportTimeZone property.
|
protected Date customDateRangeEnd
protected Date customDateRangeStart
protected ReportTimePeriod predefinedTime
protected ReportTimeZone reportTimeZone
public Date getCustomDateRangeEnd()
Datepublic void setCustomDateRangeEnd(Date value)
value - allowed object is
Datepublic Date getCustomDateRangeStart()
Datepublic void setCustomDateRangeStart(Date value)
value - allowed object is
Datepublic ReportTimePeriod getPredefinedTime()
ReportTimePeriodpublic void setPredefinedTime(ReportTimePeriod value)
value - allowed object is
ReportTimePeriodpublic ReportTimeZone getReportTimeZone()
ReportTimeZonepublic void setReportTimeZone(ReportTimeZone value)
value - allowed object is
ReportTimeZoneCopyright © 2024. All rights reserved.