public class ReconciliationReportRow extends Object
ReconciliationReportRow represents each row in the reconciliation report.
Each row is identified by its reconciliationReportId, lineItemId,
creativeId, and proposalLineItemId.
Java class for ReconciliationReportRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationReportRow">
<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="lineItemId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="creativeId" 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="advertiserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="proposalLineItemId" 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="reconciliationSource" type="{https://www.google.com/apis/ads/publisher/v201802}BillFrom" minOccurs="0"/>
<element name="rateType" type="{https://www.google.com/apis/ads/publisher/v201802}RateType" minOccurs="0"/>
<element name="lineItemCostPerUnit" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="lineItemContractedUnitsBought" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dfpVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="thirdPartyVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="manualVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="reconciledVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="contractedRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="dfpRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="thirdPartyRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="manualRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="reconciledRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
advertiserId |
protected String |
comments |
protected Money |
contractedRevenue |
protected Long |
creativeId |
protected Money |
dfpRevenue |
protected Long |
dfpVolume |
protected Long |
id |
protected Long |
lineItemContractedUnitsBought |
protected Money |
lineItemCostPerUnit |
protected Long |
lineItemId |
protected Money |
manualRevenue |
protected Long |
manualVolume |
protected Long |
orderId |
protected Long |
proposalId |
protected Long |
proposalLineItemId |
protected RateType |
rateType |
protected Money |
reconciledRevenue |
protected Long |
reconciledVolume |
protected Long |
reconciliationReportId |
protected BillFrom |
reconciliationSource |
protected Money |
thirdPartyRevenue |
protected Long |
thirdPartyVolume |
| Constructor and Description |
|---|
ReconciliationReportRow() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdvertiserId()
Gets the value of the advertiserId property.
|
String |
getComments()
Gets the value of the comments property.
|
Money |
getContractedRevenue()
Gets the value of the contractedRevenue property.
|
Long |
getCreativeId()
Gets the value of the creativeId property.
|
Money |
getDfpRevenue()
Gets the value of the dfpRevenue property.
|
Long |
getDfpVolume()
Gets the value of the dfpVolume property.
|
Long |
getId()
Gets the value of the id property.
|
Long |
getLineItemContractedUnitsBought()
Gets the value of the lineItemContractedUnitsBought property.
|
Money |
getLineItemCostPerUnit()
Gets the value of the lineItemCostPerUnit property.
|
Long |
getLineItemId()
Gets the value of the lineItemId property.
|
Money |
getManualRevenue()
Gets the value of the manualRevenue property.
|
Long |
getManualVolume()
Gets the value of the manualVolume property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Long |
getProposalId()
Gets the value of the proposalId property.
|
Long |
getProposalLineItemId()
Gets the value of the proposalLineItemId property.
|
RateType |
getRateType()
Gets the value of the rateType property.
|
Money |
getReconciledRevenue()
Gets the value of the reconciledRevenue property.
|
Long |
getReconciledVolume()
Gets the value of the reconciledVolume property.
|
Long |
getReconciliationReportId()
Gets the value of the reconciliationReportId property.
|
BillFrom |
getReconciliationSource()
Gets the value of the reconciliationSource property.
|
Money |
getThirdPartyRevenue()
Gets the value of the thirdPartyRevenue property.
|
Long |
getThirdPartyVolume()
Gets the value of the thirdPartyVolume property.
|
void |
setAdvertiserId(Long value)
Sets the value of the advertiserId property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setContractedRevenue(Money value)
Sets the value of the contractedRevenue property.
|
void |
setCreativeId(Long value)
Sets the value of the creativeId property.
|
void |
setDfpRevenue(Money value)
Sets the value of the dfpRevenue property.
|
void |
setDfpVolume(Long value)
Sets the value of the dfpVolume property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLineItemContractedUnitsBought(Long value)
Sets the value of the lineItemContractedUnitsBought property.
|
void |
setLineItemCostPerUnit(Money value)
Sets the value of the lineItemCostPerUnit property.
|
void |
setLineItemId(Long value)
Sets the value of the lineItemId property.
|
void |
setManualRevenue(Money value)
Sets the value of the manualRevenue property.
|
void |
setManualVolume(Long value)
Sets the value of the manualVolume property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setProposalId(Long value)
Sets the value of the proposalId property.
|
void |
setProposalLineItemId(Long value)
Sets the value of the proposalLineItemId property.
|
void |
setRateType(RateType value)
Sets the value of the rateType property.
|
void |
setReconciledRevenue(Money value)
Sets the value of the reconciledRevenue property.
|
void |
setReconciledVolume(Long value)
Sets the value of the reconciledVolume property.
|
void |
setReconciliationReportId(Long value)
Sets the value of the reconciliationReportId property.
|
void |
setReconciliationSource(BillFrom value)
Sets the value of the reconciliationSource property.
|
void |
setThirdPartyRevenue(Money value)
Sets the value of the thirdPartyRevenue property.
|
void |
setThirdPartyVolume(Long value)
Sets the value of the thirdPartyVolume property.
|
protected Long id
protected Long reconciliationReportId
protected Long lineItemId
protected Long creativeId
protected Long orderId
protected Long advertiserId
protected Long proposalLineItemId
protected Long proposalId
protected BillFrom reconciliationSource
protected RateType rateType
protected Money lineItemCostPerUnit
protected Long lineItemContractedUnitsBought
protected Long dfpVolume
protected Long thirdPartyVolume
protected Long manualVolume
protected Long reconciledVolume
protected Money contractedRevenue
protected Money dfpRevenue
protected Money thirdPartyRevenue
protected Money manualRevenue
protected Money reconciledRevenue
protected String comments
public void setId(Long value)
value - allowed object is
Longpublic Long getReconciliationReportId()
Longpublic void setReconciliationReportId(Long value)
value - allowed object is
Longpublic Long getLineItemId()
Longpublic void setLineItemId(Long value)
value - allowed object is
Longpublic Long getCreativeId()
Longpublic void setCreativeId(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic Long getAdvertiserId()
Longpublic void setAdvertiserId(Long value)
value - allowed object is
Longpublic Long getProposalLineItemId()
Longpublic void setProposalLineItemId(Long value)
value - allowed object is
Longpublic Long getProposalId()
Longpublic void setProposalId(Long value)
value - allowed object is
Longpublic BillFrom getReconciliationSource()
BillFrompublic void setReconciliationSource(BillFrom value)
value - allowed object is
BillFrompublic RateType getRateType()
RateTypepublic void setRateType(RateType value)
value - allowed object is
RateTypepublic Money getLineItemCostPerUnit()
Moneypublic void setLineItemCostPerUnit(Money value)
value - allowed object is
Moneypublic Long getLineItemContractedUnitsBought()
Longpublic void setLineItemContractedUnitsBought(Long value)
value - allowed object is
Longpublic Long getDfpVolume()
Longpublic void setDfpVolume(Long value)
value - allowed object is
Longpublic Long getThirdPartyVolume()
Longpublic void setThirdPartyVolume(Long value)
value - allowed object is
Longpublic Long getManualVolume()
Longpublic void setManualVolume(Long value)
value - allowed object is
Longpublic Long getReconciledVolume()
Longpublic void setReconciledVolume(Long value)
value - allowed object is
Longpublic Money getContractedRevenue()
Moneypublic void setContractedRevenue(Money value)
value - allowed object is
Moneypublic Money getDfpRevenue()
Moneypublic void setDfpRevenue(Money value)
value - allowed object is
Moneypublic Money getThirdPartyRevenue()
Moneypublic void setThirdPartyRevenue(Money value)
value - allowed object is
Moneypublic Money getManualRevenue()
Moneypublic void setManualRevenue(Money value)
value - allowed object is
Moneypublic Money getReconciledRevenue()
Moneypublic void setReconciledRevenue(Money value)
value - allowed object is
Moneypublic String getComments()
StringCopyright © 2018. All Rights Reserved.