public class ReconciliationLineItemReport extends Object
LineItem and/or ProposalLineItem.
Java class for ReconciliationLineItemReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationLineItemReport">
<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="lineItemId" 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="rateType" type="{https://www.google.com/apis/ads/publisher/v201802}RateType" minOccurs="0"/>
<element name="netRate" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="grossRate" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="pricingModel" type="{https://www.google.com/apis/ads/publisher/v201802}PricingModel" 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="reconciliationSource" type="{https://www.google.com/apis/ads/publisher/v201802}BillFrom" minOccurs="0"/>
<element name="reconciledVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="capVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rolloverVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="billableVolume" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="netBillableRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="grossBillableRevenue" type="{https://www.google.com/apis/ads/publisher/v201802}Money" minOccurs="0"/>
<element name="billableRevenueOverrides" type="{https://www.google.com/apis/ads/publisher/v201802}BillableRevenueOverrides" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BillableRevenueOverrides |
billableRevenueOverrides |
protected Long |
billableVolume |
protected Long |
capVolume |
protected Long |
dfpVolume |
protected Money |
grossBillableRevenue |
protected Money |
grossRate |
protected Long |
id |
protected Long |
lineItemId |
protected Long |
manualVolume |
protected Money |
netBillableRevenue |
protected Money |
netRate |
protected Long |
orderId |
protected PricingModel |
pricingModel |
protected Long |
proposalId |
protected Long |
proposalLineItemId |
protected RateType |
rateType |
protected Long |
reconciledVolume |
protected Long |
reconciliationReportId |
protected BillFrom |
reconciliationSource |
protected Long |
rolloverVolume |
protected Long |
thirdPartyVolume |
| Constructor and Description |
|---|
ReconciliationLineItemReport() |
| Modifier and Type | Method and Description |
|---|---|
BillableRevenueOverrides |
getBillableRevenueOverrides()
Gets the value of the billableRevenueOverrides property.
|
Long |
getBillableVolume()
Gets the value of the billableVolume property.
|
Long |
getCapVolume()
Gets the value of the capVolume property.
|
Long |
getDfpVolume()
Gets the value of the dfpVolume property.
|
Money |
getGrossBillableRevenue()
Gets the value of the grossBillableRevenue property.
|
Money |
getGrossRate()
Gets the value of the grossRate property.
|
Long |
getId()
Gets the value of the id property.
|
Long |
getLineItemId()
Gets the value of the lineItemId property.
|
Long |
getManualVolume()
Gets the value of the manualVolume property.
|
Money |
getNetBillableRevenue()
Gets the value of the netBillableRevenue property.
|
Money |
getNetRate()
Gets the value of the netRate property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
PricingModel |
getPricingModel()
Gets the value of the pricingModel 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.
|
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.
|
Long |
getRolloverVolume()
Gets the value of the rolloverVolume property.
|
Long |
getThirdPartyVolume()
Gets the value of the thirdPartyVolume property.
|
void |
setBillableRevenueOverrides(BillableRevenueOverrides value)
Sets the value of the billableRevenueOverrides property.
|
void |
setBillableVolume(Long value)
Sets the value of the billableVolume property.
|
void |
setCapVolume(Long value)
Sets the value of the capVolume property.
|
void |
setDfpVolume(Long value)
Sets the value of the dfpVolume property.
|
void |
setGrossBillableRevenue(Money value)
Sets the value of the grossBillableRevenue property.
|
void |
setGrossRate(Money value)
Sets the value of the grossRate property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLineItemId(Long value)
Sets the value of the lineItemId property.
|
void |
setManualVolume(Long value)
Sets the value of the manualVolume property.
|
void |
setNetBillableRevenue(Money value)
Sets the value of the netBillableRevenue property.
|
void |
setNetRate(Money value)
Sets the value of the netRate property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPricingModel(PricingModel value)
Sets the value of the pricingModel 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 |
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 |
setRolloverVolume(Long value)
Sets the value of the rolloverVolume property.
|
void |
setThirdPartyVolume(Long value)
Sets the value of the thirdPartyVolume property.
|
protected Long id
protected Long reconciliationReportId
protected Long orderId
protected Long proposalId
protected Long lineItemId
protected Long proposalLineItemId
protected RateType rateType
protected Money netRate
protected Money grossRate
protected PricingModel pricingModel
protected Long dfpVolume
protected Long thirdPartyVolume
protected Long manualVolume
protected BillFrom reconciliationSource
protected Long reconciledVolume
protected Long capVolume
protected Long rolloverVolume
protected Long billableVolume
protected Money netBillableRevenue
protected Money grossBillableRevenue
protected BillableRevenueOverrides billableRevenueOverrides
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 Long getLineItemId()
Longpublic void setLineItemId(Long value)
value - allowed object is
Longpublic Long getProposalLineItemId()
Longpublic void setProposalLineItemId(Long value)
value - allowed object is
Longpublic RateType getRateType()
RateTypepublic void setRateType(RateType value)
value - allowed object is
RateTypepublic Money getNetRate()
Moneypublic void setNetRate(Money value)
value - allowed object is
Moneypublic Money getGrossRate()
Moneypublic void setGrossRate(Money value)
value - allowed object is
Moneypublic PricingModel getPricingModel()
PricingModelpublic void setPricingModel(PricingModel value)
value - allowed object is
PricingModelpublic 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 BillFrom getReconciliationSource()
BillFrompublic void setReconciliationSource(BillFrom value)
value - allowed object is
BillFrompublic Long getReconciledVolume()
Longpublic void setReconciledVolume(Long value)
value - allowed object is
Longpublic Long getCapVolume()
Longpublic void setCapVolume(Long value)
value - allowed object is
Longpublic Long getRolloverVolume()
Longpublic void setRolloverVolume(Long value)
value - allowed object is
Longpublic Long getBillableVolume()
Longpublic void setBillableVolume(Long value)
value - allowed object is
Longpublic Money getNetBillableRevenue()
Moneypublic void setNetBillableRevenue(Money value)
value - allowed object is
Moneypublic Money getGrossBillableRevenue()
Moneypublic void setGrossBillableRevenue(Money value)
value - allowed object is
Moneypublic BillableRevenueOverrides getBillableRevenueOverrides()
BillableRevenueOverridespublic void setBillableRevenueOverrides(BillableRevenueOverrides value)
value - allowed object is
BillableRevenueOverridesCopyright © 2018. All Rights Reserved.