public class ProductBaseRate extends BaseRate
Product.
Java class for ProductBaseRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductBaseRate">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}BaseRate">
<sequence>
<element name="productId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rate" type="{https://www.google.com/apis/ads/publisher/v201711}Money" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
productId |
protected Money |
rate |
id, rateCardId| Constructor and Description |
|---|
ProductBaseRate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getProductId()
Gets the value of the productId property.
|
Money |
getRate()
Gets the value of the rate property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setRate(Money value)
Sets the value of the rate property.
|
getId, getRateCardId, setId, setRateCardIdpublic Long getProductId()
Longpublic void setProductId(Long value)
value - allowed object is
Longpublic Money getRate()
MoneyCopyright © 2018. All Rights Reserved.