public class ReportRequestStatus extends Object
Java class for ReportRequestStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportRequestStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReportDownloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/Reporting/v13}ReportRequestStatusType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reportDownloadUrl |
protected ReportRequestStatusType |
status |
| Constructor and Description |
|---|
ReportRequestStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportDownloadUrl()
Gets the value of the reportDownloadUrl property.
|
ReportRequestStatusType |
getStatus()
Gets the value of the status property.
|
void |
setReportDownloadUrl(String value)
Sets the value of the reportDownloadUrl property.
|
void |
setStatus(ReportRequestStatusType value)
Sets the value of the status property.
|
protected String reportDownloadUrl
protected ReportRequestStatusType status
public String getReportDownloadUrl()
Stringpublic void setReportDownloadUrl(String value)
value - allowed object is
Stringpublic ReportRequestStatusType getStatus()
ReportRequestStatusTypepublic void setStatus(ReportRequestStatusType value)
value - allowed object is
ReportRequestStatusTypeCopyright © 2024. All rights reserved.