public class ReconciliationOrderReport extends Object
Order and/or Proposal.
Java class for ReconciliationOrderReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationOrderReport">
<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="reconciliationReportId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="orderId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="proposalId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201805}ReconciliationOrderReportStatus" minOccurs="0"/>
<element name="submissionDateTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="submitterId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="proposalNetBillableRevenueManualAdjustment" type="{https://www.google.com/apis/ads/publisher/v201805}Money" minOccurs="0"/>
<element name="proposalGrossBillableRevenueManualAdjustment" type="{https://www.google.com/apis/ads/publisher/v201805}Money" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
orderId |
protected Money |
proposalGrossBillableRevenueManualAdjustment |
protected Long |
proposalId |
protected Money |
proposalNetBillableRevenueManualAdjustment |
protected Long |
reconciliationReportId |
protected ReconciliationOrderReportStatus |
status |
protected DateTime |
submissionDateTime |
protected Long |
submitterId |
| Constructor and Description |
|---|
ReconciliationOrderReport() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Money |
getProposalGrossBillableRevenueManualAdjustment()
Gets the value of the proposalGrossBillableRevenueManualAdjustment property.
|
Long |
getProposalId()
Gets the value of the proposalId property.
|
Money |
getProposalNetBillableRevenueManualAdjustment()
Gets the value of the proposalNetBillableRevenueManualAdjustment property.
|
Long |
getReconciliationReportId()
Gets the value of the reconciliationReportId property.
|
ReconciliationOrderReportStatus |
getStatus()
Gets the value of the status property.
|
DateTime |
getSubmissionDateTime()
Gets the value of the submissionDateTime property.
|
Long |
getSubmitterId()
Gets the value of the submitterId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setProposalGrossBillableRevenueManualAdjustment(Money value)
Sets the value of the proposalGrossBillableRevenueManualAdjustment property.
|
void |
setProposalId(Long value)
Sets the value of the proposalId property.
|
void |
setProposalNetBillableRevenueManualAdjustment(Money value)
Sets the value of the proposalNetBillableRevenueManualAdjustment property.
|
void |
setReconciliationReportId(Long value)
Sets the value of the reconciliationReportId property.
|
void |
setStatus(ReconciliationOrderReportStatus value)
Sets the value of the status property.
|
void |
setSubmissionDateTime(DateTime value)
Sets the value of the submissionDateTime property.
|
void |
setSubmitterId(Long value)
Sets the value of the submitterId property.
|
protected Long id
protected Long reconciliationReportId
protected Long orderId
protected Long proposalId
protected ReconciliationOrderReportStatus status
protected DateTime submissionDateTime
protected Long submitterId
protected Money proposalNetBillableRevenueManualAdjustment
protected Money proposalGrossBillableRevenueManualAdjustment
public void setId(Long value)
value - allowed object is
Longpublic Long getReconciliationReportId()
Longpublic void setReconciliationReportId(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic Long getProposalId()
Longpublic void setProposalId(Long value)
value - allowed object is
Longpublic ReconciliationOrderReportStatus getStatus()
ReconciliationOrderReportStatuspublic void setStatus(ReconciliationOrderReportStatus value)
value - allowed object is
ReconciliationOrderReportStatuspublic DateTime getSubmissionDateTime()
DateTimepublic void setSubmissionDateTime(DateTime value)
value - allowed object is
DateTimepublic Long getSubmitterId()
Longpublic void setSubmitterId(Long value)
value - allowed object is
Longpublic Money getProposalNetBillableRevenueManualAdjustment()
Moneypublic void setProposalNetBillableRevenueManualAdjustment(Money value)
value - allowed object is
Moneypublic Money getProposalGrossBillableRevenueManualAdjustment()
MoneyCopyright © 2018. All Rights Reserved.