public class ReconciliationReport extends Object
ReconciliationReport represents a report that can be reconciled.
Java class for ReconciliationReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201708}ReconciliationReportStatus" minOccurs="0"/>
<element name="startDate" type="{https://www.google.com/apis/ads/publisher/v201708}Date" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
notes |
protected Date |
startDate |
protected ReconciliationReportStatus |
status |
| Constructor and Description |
|---|
ReconciliationReport() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getNotes()
Gets the value of the notes property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
ReconciliationReportStatus |
getStatus()
Gets the value of the status property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(ReconciliationReportStatus value)
Sets the value of the status property.
|
protected Long id
protected ReconciliationReportStatus status
protected Date startDate
protected String notes
public void setId(Long value)
value - allowed object is
Longpublic ReconciliationReportStatus getStatus()
ReconciliationReportStatuspublic void setStatus(ReconciliationReportStatus value)
value - allowed object is
ReconciliationReportStatuspublic Date getStartDate()
Datepublic void setStartDate(Date value)
value - allowed object is
Datepublic String getNotes()
StringCopyright © 2018. All Rights Reserved.