public class ThirdPartyUploadMetadata extends StoreSalesUploadCommonMetadata
Java class for ThirdPartyUploadMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThirdPartyUploadMetadata">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}StoreSalesUploadCommonMetadata">
<sequence>
<element name="advertiserUploadTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validTransactionRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="partnerMatchRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="partnerUploadRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="bridgeMapVersionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="partnerId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
advertiserUploadTime |
protected String |
bridgeMapVersionId |
protected Integer |
partnerId |
protected Double |
partnerMatchRate |
protected Double |
partnerUploadRate |
protected Double |
validTransactionRate |
loyaltyRate, storeSalesUploadCommonMetadataType, transactionUploadRate| Constructor and Description |
|---|
ThirdPartyUploadMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdvertiserUploadTime()
Gets the value of the advertiserUploadTime property.
|
String |
getBridgeMapVersionId()
Gets the value of the bridgeMapVersionId property.
|
Integer |
getPartnerId()
Gets the value of the partnerId property.
|
Double |
getPartnerMatchRate()
Gets the value of the partnerMatchRate property.
|
Double |
getPartnerUploadRate()
Gets the value of the partnerUploadRate property.
|
Double |
getValidTransactionRate()
Gets the value of the validTransactionRate property.
|
void |
setAdvertiserUploadTime(String value)
Sets the value of the advertiserUploadTime property.
|
void |
setBridgeMapVersionId(String value)
Sets the value of the bridgeMapVersionId property.
|
void |
setPartnerId(Integer value)
Sets the value of the partnerId property.
|
void |
setPartnerMatchRate(Double value)
Sets the value of the partnerMatchRate property.
|
void |
setPartnerUploadRate(Double value)
Sets the value of the partnerUploadRate property.
|
void |
setValidTransactionRate(Double value)
Sets the value of the validTransactionRate property.
|
getLoyaltyRate, getStoreSalesUploadCommonMetadataType, getTransactionUploadRate, setLoyaltyRate, setStoreSalesUploadCommonMetadataType, setTransactionUploadRateprotected String advertiserUploadTime
protected Double validTransactionRate
protected Double partnerMatchRate
protected Double partnerUploadRate
protected String bridgeMapVersionId
protected Integer partnerId
public String getAdvertiserUploadTime()
Stringpublic void setAdvertiserUploadTime(String value)
value - allowed object is
Stringpublic Double getValidTransactionRate()
Doublepublic void setValidTransactionRate(Double value)
value - allowed object is
Doublepublic Double getPartnerMatchRate()
Doublepublic void setPartnerMatchRate(Double value)
value - allowed object is
Doublepublic Double getPartnerUploadRate()
Doublepublic void setPartnerUploadRate(Double value)
value - allowed object is
Doublepublic String getBridgeMapVersionId()
Stringpublic void setBridgeMapVersionId(String value)
value - allowed object is
Stringpublic Integer getPartnerId()
IntegerCopyright © 2023. All rights reserved.